mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
20380731bc
Of this type, mostly: CHECK net/ipv6/netfilter.c net/ipv6/netfilter.c:96:12: warning: symbol 'ipv6_netfilter_init' was not declared. Should it be static? net/ipv6/netfilter.c:101:6: warning: symbol 'ipv6_netfilter_fini' was not declared. Should it be static? Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
15 lines
307 B
C
15 lines
307 B
C
/* -*- linux-c -*-
|
|
* sysctl_net_ether.c: sysctl interface to net Ethernet subsystem.
|
|
*
|
|
* Begun April 1, 1996, Mike Shaver.
|
|
* Added /proc/sys/net/ether directory entry (empty =) ). [MS]
|
|
*/
|
|
|
|
#include <linux/mm.h>
|
|
#include <linux/sysctl.h>
|
|
#include <linux/if_ether.h>
|
|
|
|
ctl_table ether_table[] = {
|
|
{0}
|
|
};
|