]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix the SYSCTL=n compilation
authorAdrian Bunk <bunk@stusta.de>
Thu, 1 Mar 2007 04:12:23 +0000 (20:12 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 1 Mar 2007 22:53:37 +0000 (14:53 -0800)
commit775afd01237eba273917236a7b9a40dbad38784e
treeae724a563ba10bf27a783c720afcc1298931a454
parentdef606fc7d7e9b7e8d652519c9c71e1e623d95ae
[PATCH] fix the SYSCTL=n compilation

/home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/kernel/sysctl.c:1411: error: conflicting types for 'register_sysctl_table'
/home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/include/linux/sysctl.h:1042: error: previous declaration of 'register_sysctl_table' was here
make[2]: *** [kernel/sysctl.o] Error 1

Caused by commit e73fa08c1dedeea78c4c890c063ce71e37a6a396.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl.c