linux/net/phonet
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler
It's unused.

It isn't needed -- read or write flag is already passed and sysctl
shouldn't care about the rest.

It _was_ used in two places at arch/frv for some reason.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-09-24 07:21:04 -07:00
..
Kconfig trivial: fix typos/grammar errors in Kconfig texts 2009-03-30 15:22:01 +02:00
Makefile Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
af_phonet.c net: convert usage of packet_type to read_mostly 2009-03-10 05:22:43 -07:00
datagram.c Phonet: dropped datagrams accounting 2009-07-23 17:58:20 -07:00
pep-gprs.c netdev: convert pseudo drivers to netdev_tx_t 2009-09-01 01:13:40 -07:00
pep.c Phonet: account for dropped RX packets 2009-07-23 17:58:19 -07:00
pn_dev.c Phonet: Netlink event for autoconfigured addresses 2009-09-14 17:03:27 -07:00
pn_netlink.c Phonet: fix netlink address dump error handling 2009-09-11 12:55:04 -07:00
socket.c phonet: fix build when PROC_FS is disabled 2009-08-17 17:48:25 -07:00
sysctl.c sysctl: remove "struct file *" argument of ->proc_handler 2009-09-24 07:21:04 -07:00