[PATCH 2/2] staging: lustre: remove class_devno_max

From: Aya Mahfouz
Date: Mon Oct 17 2016 - 17:47:35 EST


class_devno_max is an inline function that is not used
anymore. Hence, it is removed.

Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>
---
drivers/staging/lustre/lustre/include/obd_class.h | 5 -----
1 file changed, 5 deletions(-)

diff --git a/drivers/staging/lustre/lustre/include/obd_class.h b/drivers/staging/lustre/lustre/include/obd_class.h
index 6482a93..84f36b0 100644
--- a/drivers/staging/lustre/lustre/include/obd_class.h
+++ b/drivers/staging/lustre/lustre/include/obd_class.h
@@ -406,11 +406,6 @@ do { \
} \
} while (0)

-static inline int class_devno_max(void)
-{
- return MAX_OBD_DEVICES;
-}
-
static inline int obd_get_info(const struct lu_env *env,
struct obd_export *exp, __u32 keylen,
void *key, __u32 *vallen, void *val,
--
2.5.0


--
Kind Regards,
Aya Saif El-yazal Mahfouz