diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-10 02:18:36 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-10 09:55:39 -0800 |
commit | d53ef07ab45085c0b06b652d588aa49b8ba41458 (patch) | |
tree | 6ab1e5d024da93af26b4e0b95f59dfeb127b00a8 /drivers/serial/Kconfig | |
parent | 2d4ba4a3b9aef95d328d74a17ae84f8d658059e2 (diff) | |
download | linux-3.10-d53ef07ab45085c0b06b652d588aa49b8ba41458.tar.gz linux-3.10-d53ef07ab45085c0b06b652d588aa49b8ba41458.tar.bz2 linux-3.10-d53ef07ab45085c0b06b652d588aa49b8ba41458.zip |
[PATCH] ipc-procfs-sysctl mixups
When CONFIG_PROC_FS=n and CONFIG_PROC_SYSCTL=n but CONFIG_SYSVIPC=y, we get
this build error:
kernel/built-in.o:(.data+0xc38): undefined reference to `proc_ipc_doulongvec_minmax'
kernel/built-in.o:(.data+0xc88): undefined reference to `proc_ipc_doulongvec_minmax'
kernel/built-in.o:(.data+0xcd8): undefined reference to `proc_ipc_dointvec'
kernel/built-in.o:(.data+0xd28): undefined reference to `proc_ipc_dointvec'
kernel/built-in.o:(.data+0xd78): undefined reference to `proc_ipc_dointvec'
kernel/built-in.o:(.data+0xdc8): undefined reference to `proc_ipc_dointvec'
kernel/built-in.o:(.data+0xe18): undefined reference to `proc_ipc_dointvec'
make: *** [vmlinux] Error 1
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/serial/Kconfig')
0 files changed, 0 insertions, 0 deletions