linux-stable/net/802
Alexey Dobriyan 6d9f239a1e net: '&' redux
I want to compile out proc_* and sysctl_* handlers totally and
stub them to NULL depending on config options, however usage of &
will prevent this, since taking adress of NULL pointer will break
compilation.

So, drop & in front of every ->proc_handler and every ->strategy
handler, it was never needed in fact.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-03 18:21:05 -08:00
..
Kconfig net: Add GARP applicant-only participant 2008-07-05 21:26:13 -07:00
Makefile net: Add GARP applicant-only participant 2008-07-05 21:26:13 -07:00
fc.c net/802/fc.c: Fix compilation warnings 2008-10-15 00:13:53 -07:00
fddi.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
garp.c garp: retry sending JoinIn messages after allocation failures 2008-07-16 20:51:47 -07:00
hippi.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
p8022.c [LLC]: Use refcounting with struct llc_sap 2005-09-22 04:43:05 -03:00
p8023.c [NET]: Wrap netdevice hardware header creation. 2007-10-10 16:52:50 -07:00
psnap.c net: Rationalise email address: Network Specific Parts 2008-10-13 19:01:08 -07:00
stp.c net: Add STP demux layer 2008-07-05 21:25:39 -07:00
tr.c net: '&' redux 2008-11-03 18:21:05 -08:00