aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Shehata <[email protected]>2016-05-06 21:30:29 -0400
committerGreg Kroah-Hartman <[email protected]>2016-05-09 14:05:23 +0200
commit69b48fffc087cd212f3d109de298d0d23981e9ad (patch)
tree491dcc1e346c5aec14dd1f11b525a9b6f7616498
parent32c8deb8b620918db0c55fb3f3b3f9ff9f935635 (diff)
staging: lustre: o2iblnd: remove last of kiblnd_tunables_fini
The function kibnd_tunables_fini() no longer exist. Remove it from o2iblnd.h Signed-off-by: Amir Shehata <[email protected]> Signed-off-by: James Simmons <[email protected]> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7101 Reviewed-on: http://review.whamcloud.com/16367 Reviewed-by: Doug Oucharek <[email protected]> Reviewed-by: Olaf Weber <[email protected]> Reviewed-by: Oleg Drokin <[email protected]> Signed-off-by: James Simmons <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h
index d458773baf76..b22984fd9ad3 100644
--- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h
+++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h
@@ -995,7 +995,6 @@ void kiblnd_fmr_pool_unmap(kib_fmr_t *fmr, int status);
int kiblnd_tunables_setup(struct lnet_ni *ni);
void kiblnd_tunables_init(void);
-void kiblnd_tunables_fini(void);
int kiblnd_connd(void *arg);
int kiblnd_scheduler(void *arg);