summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-23 11:37:59 -0700
committerJoe Perches <joe@perches.com>2013-09-24 18:05:03 -0700
commit89eb744f1a77b32d6ec718618f356df3188403e7 (patch)
tree48185ede5add9c051dbd5cf99d3ee70c244d2532 /drivers/net/wireless/iwlegacy
parent9bd91f3c00bd8dd54339499a9253b31c6bac7c7b (diff)
ipw2x00: 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/iwlegacy')
0 files changed, 0 insertions, 0 deletions