linux/drivers/net/can/mscan
Joe Perches 405eb0e5b8 can: 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>
2013-09-24 10:09:18 -04:00
..
Kconfig can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block 2013-01-26 16:58:58 +01:00
Makefile
mpc5xxx_can.c can: mscan: improve clock API use 2013-08-29 22:49:35 +02:00
mscan.c can: mscan: improve clock API use 2013-08-29 22:49:35 +02:00
mscan.h can: Remove extern from function prototypes 2013-09-24 10:09:18 -04:00