]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix 9P protocol build
authorIngo Molnar <mingo@elte.hu>
Tue, 23 Oct 2007 10:13:00 +0000 (03:13 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 16:27:36 +0000 (08:27 -0800)
commitb354057389dd96fde7af3161e383150128579bc9
treec340a5a772ec49d72afe3c2861af9d393cf046c8
parente20e6446bdf5afd61b1139efca510a187b3d1c38
Fix 9P protocol build

patch 092e9d93b3728d484a4e73df9852dc4002cf9923 in mainline.

[9P]: build fix with !CONFIG_SYSCTL

found via make randconfig build testing:

 net/built-in.o: In function `init_p9':
 mod.c:(.init.text+0x3b39): undefined reference to `p9_sysctl_register'
 net/built-in.o: In function `exit_p9':
 mod.c:(.exit.text+0x36b): undefined reference to `p9_sysctl_unregister'

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/net/9p/9p.h