staging: lustre: lnet: klnds: socklnd: Move extern declarations to header
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Fri, 6 Nov 2015 14:56:52 +0000 (20:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commitee98e44249a95832f24469d8caa8a693b88f854a
tree1696529fbe44df6fb709397ce96dcd782a85522f
parent14e384ce758d613cf9da0b3fb4c2e66d58917ac0
staging: lustre: lnet: klnds: socklnd: Move extern declarations to header

This patch moves extern declarations in socklnd_lib.c to the respective
header file, 'socklnd.h'.

This patch also removes extern keyword from function declarations
since functions have the extern specifier by default.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib.c