You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root static
Make struct proc_ipmi_root static. Besides this, tremove removes an unused #ifdef CONFIG_PROC_FS from include/linux/ipmi.h. Acked-by: Corey Minyard <minyard@acm.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8f76078037
commit
456229a91d
@@ -57,8 +57,7 @@ static int ipmi_init_msghandler(void);
|
||||
static int initialized = 0;
|
||||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
struct proc_dir_entry *proc_ipmi_root = NULL;
|
||||
EXPORT_SYMBOL(proc_ipmi_root);
|
||||
static struct proc_dir_entry *proc_ipmi_root = NULL;
|
||||
#endif /* CONFIG_PROC_FS */
|
||||
|
||||
#define MAX_EVENTS_IN_QUEUE 25
|
||||
|
||||
Reference in New Issue
Block a user