]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: 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:53 +0000 (18:05 -0700)
commit701f0e1a5ade4282f980c30f983f6df71feb1c62
treeb081d0c465b01e1b289e622f5644f1f9a8c12d5e
parent7ff41f57ade01f324a2ff364a6e392c02449a204
mwifiex: 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/mwifiex/wmm.h