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

Commit 4541ac94 authored by Adrian Bunk's avatar Adrian Bunk Committed by Greg Kroah-Hartman
Browse files

make kernel/kmod.c:kmod_mk static



This patch makes the needlessly global struct kmod_mk static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2a9df494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ static struct workqueue_struct *khelper_wq;
	modprobe_path is set via /proc/sys.
*/
char modprobe_path[KMOD_PATH_LEN] = "/sbin/modprobe";
struct module_kobject kmod_mk;
static struct module_kobject kmod_mk;

/**
 * request_module - try to load a kernel module