mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
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: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
63e9a7485d
commit
28fcc6626f
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user