]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: Remove extern from function prototypes
authorJoe Perches <joe@perches.com>
Mon, 23 Sep 2013 18:37:59 +0000 (11:37 -0700)
committerJoe Perches <joe@perches.com>
Wed, 25 Sep 2013 01:05:40 +0000 (18:05 -0700)
commitcf4c5d5c90496d3c5ddf580ef7794c6181a99f71
tree2e16f25c6a813152e312022a534a8b79734a546c
parent71a1c311d9329ce612725a5bb11db31aed9bf48d
iwlwifi: 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>
drivers/net/wireless/iwlwifi/dvm/agn.h
drivers/net/wireless/iwlwifi/dvm/dev.h
drivers/net/wireless/iwlwifi/dvm/rs.h
drivers/net/wireless/iwlwifi/mvm/rs.h