OSDN Git Service

Staging: lustre: lnet: Make functions static
authorVaishali Thakkar <vthakkar1994@gmail.com>
Mon, 20 Oct 2014 05:10:22 +0000 (10:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 03:09:11 +0000 (11:09 +0800)
commit0951252522bfdb71f35bc4ea99c0739bb883c4ca
tree6062cff130bf66dd19794ee8bdc6473482060196
parent0a6e2170dfcd2b17ae32ad91993edf2b77014137
Staging: lustre: lnet: Make functions static

This patch makes functions proc_lnet_routes, proc_lnet_routers,
proc_lnet_peers and proc_lnet_nis static in file router_proc.c
as they are used only in this file.

This problem is detected by sparse.

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/router_proc.c