aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/lustre_net.h
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-10-04 13:00:10 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 09:59:35 +0100
commite4ec6d23df2e5e7791fb55247a5481bb2c8d6b39 (patch)
tree283860e556c27fd4a1ffbd0443af2603228c2770 /drivers/staging/lustre/lustre/include/lustre_net.h
parentStaging: lustre: ptlrpc: nrs: Declare as static (diff)
downloadlinux-dev-e4ec6d23df2e5e7791fb55247a5481bb2c8d6b39.tar.xz
linux-dev-e4ec6d23df2e5e7791fb55247a5481bb2c8d6b39.zip
Staging: lustre: ptlrpc: events: Declare as static
Declare ptl_get_pid as static since it is used only in this particular file. Also remove declaration from corresponding header file Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/lustre_net.h')
-rw-r--r--drivers/staging/lustre/lustre/include/lustre_net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/include/lustre_net.h b/drivers/staging/lustre/lustre/include/lustre_net.h
index 428b83d0db5e..c8d62078c6b9 100644
--- a/drivers/staging/lustre/lustre/include/lustre_net.h
+++ b/drivers/staging/lustre/lustre/include/lustre_net.h
@@ -2289,7 +2289,6 @@ int ptlrpc_connection_put(struct ptlrpc_connection *c);
struct ptlrpc_connection *ptlrpc_connection_addref(struct ptlrpc_connection *);
int ptlrpc_connection_init(void);
void ptlrpc_connection_fini(void);
-lnet_pid_t ptl_get_pid(void);
/* ptlrpc/niobuf.c */
/**