summaryrefslogtreecommitdiffstats
path: root/include/net/netevent.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-21 10:22:49 -0700
committerDavid S. Miller <davem@davemloft.net>2013-09-21 14:01:39 -0400
commit70a3926f49896be866e5f2bd9c47cf4b33e3f2e3 (patch)
treebfcd74023c38e60ab7341875daa145cfcdcb0d87 /include/net/netevent.h
parente67e16ea9b5ad1dd76adf32233aed75c1f619433 (diff)
downloadlinux-70a3926f49896be866e5f2bd9c47cf4b33e3f2e3.tar.gz
linux-70a3926f49896be866e5f2bd9c47cf4b33e3f2e3.tar.bz2
linux-70a3926f49896be866e5f2bd9c47cf4b33e3f2e3.zip
iw_handler.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 'include/net/netevent.h')
0 files changed, 0 insertions, 0 deletions