linux/net/phonet
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 Phonet: add CONFIG_PHONET 2008-09-22 20:03:00 -07:00
Makefile Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
af_phonet.c Phonet: do not reply to indication reset packets 2008-10-26 23:07:25 -07:00
datagram.c Phonet: Phonet datagram transport protocol 2008-09-22 20:05:57 -07:00
pep-gprs.c Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
pep.c Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
pn_dev.c Phonet: network device and address handling 2008-09-22 20:03:44 -07:00
pn_netlink.c Phonet: Netlink factorization and cleanup 2008-09-30 02:51:18 -07:00
socket.c Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
sysctl.c net: '&' redux 2008-11-03 18:21:05 -08:00