]> err.no Git - linux-2.6/blobdiff - include/linux/ipmi.h
[PATCH] jffs/jffs2: remove wrong function prototypes
[linux-2.6] / include / linux / ipmi.h
index 2ec265e1045faf49392ac2f852ae8683c38ca0cc..596ca6130159f749036cf15860ba275c2122a6d3 100644 (file)
@@ -209,6 +209,11 @@ struct kernel_ipmi_msg
 #include <linux/list.h>
 #include <linux/module.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. */
 typedef struct ipmi_user *ipmi_user_t;