2007-02-18 04:02:23

by Dave Jones

[permalink] [raw]
Subject: Re: [PATCH] sysctl: move init_irq_proc into init/main where it belongs

On Wed, Feb 14, 2007 at 05:00:19PM +0000, Linux Kernel wrote:
> Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b04c3afb2b6e2f902b41bb62b73684d92d7e6c34
> Commit: b04c3afb2b6e2f902b41bb62b73684d92d7e6c34
> Parent: 0e03036c97b70b2602f7dedaa3a223ed7563c2c9
> Author: Eric W. Biederman <[email protected]>
> AuthorDate: Wed Feb 14 00:33:57 2007 -0800
> Committer: Linus Torvalds <[email protected]>
> CommitDate: Wed Feb 14 08:09:58 2007 -0800
>
> [PATCH] sysctl: move init_irq_proc into init/main where it belongs
>
> Signed-off-by: Eric W. Biederman <[email protected]>
> Signed-off-by: Andrew Morton <[email protected]>
> Signed-off-by: Linus Torvalds <[email protected]>

This causes an implicit declaration which broke ppc32 builds for me..
(my builds use -Werror-implicit to catch this flaw early)

init/main.c: In function 'do_basic_setup':
init/main.c:744: error: implicit declaration of function 'init_irq_proc'

Dave

--
http://www.codemonkey.org.uk