linux/drivers/net/hamradio
Gao feng ece31ffd53 net: proc: change proc_net_remove to remove_proc_entry
proc_net_remove is only used to remove proc entries
that under /proc/net,it's not a general function for
removing proc entries of netns. if we want to remove
some proc entries which under /proc/net/stat/, we still
need to call remove_proc_entry.

this patch use remove_proc_entry to replace proc_net_remove.
we can remove proc_net_remove after this patch.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-18 14:53:08 -05:00
..
6pack.c sections: fix section conflicts in drivers/net/hamradio 2012-10-06 03:04:43 +09:00
Kconfig
Makefile Fix common misspellings 2011-03-31 11:26:23 -03:00
baycom_epp.c hamradio: fix incompatible pointer in module parameter 2012-02-01 14:40:01 -05:00
baycom_par.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
baycom_ser_fdx.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
baycom_ser_hdx.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
bpqether.c net: proc: change proc_net_remove to remove_proc_entry 2013-02-18 14:53:08 -05:00
dmascc.c drivers:net:misc: Remove unnecessary alloc/OOM messages 2013-02-04 13:22:35 -05:00
hdlcdrv.c hdlcdrv: Drop __TIME__ usage 2011-05-25 17:21:33 +02:00
mkiss.c sections: fix section conflicts in drivers/net/hamradio 2012-10-06 03:04:43 +09:00
scc.c net: proc: change proc_net_remove to remove_proc_entry 2013-02-18 14:53:08 -05:00
yam.c net: proc: change proc_net_remove to remove_proc_entry 2013-02-18 14:53:08 -05:00
z8530.h