summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec/tulip
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-19 22:05:31 -0700
committerDavid S. Miller <davem@davemloft.net>2013-10-21 17:19:06 -0400
commit5eccdfaabcf44f71702ba033d9c24821111749e1 (patch)
tree465db19a2bdb062e94dbc9f77a1f82f2d53ab341 /drivers/net/ethernet/dec/tulip
parentc68c7f5a88328fbcd992c68e99ebd6bf7d49e9d2 (diff)
nf_tables*.h: Remove extern from function prototypes
There are a mix of function prototypes with and without extern in the kernel sources. Standardize on not using extern for function prototypes. Function prototypes don't need to be written with extern. extern is assumed by the compiler. Its use is as unnecessary as using auto to declare automatic/local variables in a block. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/dec/tulip')
0 files changed, 0 insertions, 0 deletions