summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorRakib Mullick <rakib.mullick@gmail.com>2011-03-25 01:57:01 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-25 17:45:16 -0700
commitc03e3126e4f9535f4983d727f036440255c43c82 (patch)
treeeb77abe288341b582ed255d0dda1940c7d1ea00b /ipc
parent9263412501022fecef844907129ee2513b5a89de (diff)
codafs: fix build break when CONFIG_PROC_SYSCTL=n
Commit 0bc825d240ab ("codafs: fix compile warning when CONFIG_SYSCTL=n") introduces build breakage, when CONFIG_PROC_SYSCTL=n and CONFIG_CODA_FS=y: fs/built-in.o: In function `init_coda': psdev.c:(.init.text+0xc02): undefined reference to `coda_sysctl_init' psdev.c:(.init.text+0xc7c): undefined reference to `coda_sysctl_clean' fs/built-in.o: In function `exit_coda': psdev.c:(.exit.text+0xa9): undefined reference to `coda_sysctl_clean' make: *** [.tmp_vmlinux1] Error 1 Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com> Reported-by: Ingo Molnar <mingo@elte.hu> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions