aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
diff options
context:
space:
mode:
authorJoe Perches2013-09-23 11:37:59 -0700
committerJoe Perches2013-09-24 18:05:24 -0700
commit6890ba72f5e1061261e26e04dcb936da4d10a1b1 (patch)
tree9734b89cae35bba3d97fefb11d065013985e370d /drivers/net/wireless/iwlwifi
parent89eb744f1a77b32d6ec718618f356df3188403e7 (diff)
iwlegacy: 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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi')
0 files changed, 0 insertions, 0 deletions