]> git.baikalelectronics.ru Git - kernel.git/commit
[networking]device.h: Remove extern from function prototypes
authorJoe Perches <joe@perches.com>
Thu, 26 Sep 2013 21:48:15 +0000 (14:48 -0700)
committerJoe Perches <joe@perches.com>
Thu, 26 Sep 2013 22:06:58 +0000 (15:06 -0700)
commitce7618552681ad34e272a9c39f631f58e7191418
tree1fd20f80eb03de507641f4069b39a07df3d57000
parent36073382524a5389c2de58ee42613424a7ab8ad9
[networking]device.h: 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>
include/linux/etherdevice.h
include/linux/fcdevice.h
include/linux/fddidevice.h
include/linux/hippidevice.h
include/linux/inetdevice.h
include/linux/netdevice.h