]> git.karo-electronics.de Git - linux-beck.git/commit
shm: remove unneeded extern for function
authorJack Miller <millerjo@us.ibm.com>
Fri, 8 Aug 2014 21:23:23 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Aug 2014 22:57:26 +0000 (15:57 -0700)
commit2f137d66fb65ef41df6e558f23d481f07394a424
tree9ea29413d046cec119a44fd7c9d8ff00e65bcff3
parent83293c0f5a6130bf7d60b7b406f4a4de0cadd3d8
shm: remove unneeded extern for function

A small cleanup while changing adjacent code.  Extern is not needed for
functions and only one declaration had it so remove it from the odd line.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Jack Miller <millerjo@us.ibm.com>
Cc: Davidlohr Bueso <davidlohr@hp.com>
Cc: Manfred Spraul <manfred@colorfullife.com>
Cc: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/shm.h