]> git.baikalelectronics.ru Git - kernel.git/commit
iwlegacy: 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:24 +0000 (18:05 -0700)
commita806619ecfe84c51db650a72f4fe75c8256cfca0
tree9734b89cae35bba3d97fefb11d065013985e370d
parent090a363716c2e912f8eae1cbfeaa6b0332c8cec6
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>
drivers/net/wireless/iwlegacy/3945.h
drivers/net/wireless/iwlegacy/4965.h
drivers/net/wireless/iwlegacy/common.h