kernel-ark/net/core
Amos Waterland 45fc3b11f1 [NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FS
From: Amos Waterland <apw@us.ibm.com>

If CONFIG_PROC_FS is not selected, the compiler emits this warning:

 net/core/neighbour.c:64: warning: `neigh_stat_seq_fops' defined but not used

Which is correct, because neigh_stat_seq_fops is in fact only
initialized and used by code that is protected by CONFIG_PROC_FS.  So
this patch fixes that up.

Signed-off-by: Amos Waterland <apw@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-09-24 16:53:16 -07:00
..
datagram.c
dev_mcast.c
dev.c
dst.c [PATCH] timer initialization cleanup: DEFINE_TIMER 2005-09-09 14:03:48 -07:00
dv.c
ethtool.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
link_watch.c
Makefile
neighbour.c [NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FS 2005-09-24 16:53:16 -07:00
net-sysfs.c
netpoll.c [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions 2005-09-09 14:03:48 -07:00
pktgen.c [NET]: fix-up schedule_timeout() usage 2005-09-12 14:15:34 -07:00
request_sock.c
rtnetlink.c
scm.c
skbuff.c
sock.c [NET]: proto_unregister: fix sleeping while atomic 2005-09-06 19:47:50 -07:00
stream.c
sysctl_net_core.c
utils.c
wireless.c [PATCH] WE-19 for kernel 2.6.13 2005-09-06 22:40:24 -04:00