Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30824
b: refs/heads/master
c: 456229a
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 28, 2006
1 parent 3f8e31f commit 8728ce3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f7607803717e9d045965b210cd16a25d80cd04b
refs/heads/master: 456229a91d2bdf884f0c01b33f1ecee762abba7d
3 changes: 1 addition & 2 deletions trunk/drivers/char/ipmi/ipmi_msghandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/linux/ipmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,7 @@ struct kernel_ipmi_msg
#include <linux/list.h>
#include <linux/module.h>
#include <linux/device.h>

#ifdef CONFIG_PROC_FS
#include <linux/proc_fs.h>
extern struct proc_dir_entry *proc_ipmi_root;
#endif /* CONFIG_PROC_FS */

/* Opaque type for a IPMI message user. One of these is needed to
send and receive messages. */
Expand Down

0 comments on commit 8728ce3

Please sign in to comment.