]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
authorJoe Perches <joe@perches.com>
Fri, 18 Oct 2013 20:48:22 +0000 (13:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Oct 2013 23:12:11 +0000 (19:12 -0400)
commit348662a1429f95ed2d488c939c324ec152638742
treee94d2acc47df1ad37e811f71c058fdb0c89c970f
parent47d27aad44169372f358cda88a223883f6760fa5
net: 8021q/bluetooth/bridge/can/ceph: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.h
net/bluetooth/hidp/hidp.h
net/bridge/br_private.h
net/bridge/br_private_stp.h
net/can/af_can.h
net/ceph/auth_none.h
net/ceph/auth_x.h
net/ceph/crypto.h