alistair23-linux/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
..
fc.c net/802/fc.c: Fix compilation warnings 2008-10-15 00:13:53 -07:00
fddi.c
garp.c garp: retry sending JoinIn messages after allocation failures 2008-07-16 20:51:47 -07:00
hippi.c
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
p8022.c
p8023.c
psnap.c net: Rationalise email address: Network Specific Parts 2008-10-13 19:01:08 -07:00
stp.c
tr.c net: '&' redux 2008-11-03 18:21:05 -08:00