summaryrefslogtreecommitdiffstats
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-23 11:37:59 -0700
committerJoe Perches <joe@perches.com>2013-09-24 18:05:53 -0700
commitb3a7cd194857b3dc099e8f8bb0ed97bb4a1b5fde (patch)
treeb081d0c465b01e1b289e622f5644f1f9a8c12d5e /lib/mpi/mpiutil.c
parentb3818394ccdf68d834ca1060c1d5a1fc44e2daee (diff)
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>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions