orinoco: 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:06:22 +0000 (18:06 -0700)
commit53406cd734ec5293069acd9135440ff36a4bbdbc
treee792f853015744b3c178e6b769104f843cc11897
parentb3a7cd194857b3dc099e8f8bb0ed97bb4a1b5fde
orinoco: 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/orinoco/orinoco.h