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

From: Dave Jones
Date: Sat Feb 17 2007 - 23:02:39 EST


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 <ebiederm@xxxxxxxxxxxx>
> AuthorDate: Wed Feb 14 00:33:57 2007 -0800
> Committer: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxxxxxxxx>
> 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 <ebiederm@xxxxxxxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/