Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28fcc662 authored by Shraddha Barke's avatar Shraddha Barke Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: obdclass: class_obd: Declare as static



Declare obd_init_checks as static since it is used only in this
particular file.

Signed-off-by: default avatarShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 63e9a748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ int class_handle_ioctl(unsigned int cmd, unsigned long arg)
} /* class_handle_ioctl */

#define OBD_INIT_CHECK
int obd_init_checks(void)
static int obd_init_checks(void)
{
	__u64 u64val, div64val;
	char buf[64];