提交 dca79a04 编写于 作者: N Neil Horman 提交者: Linus Torvalds

[PATCH] ipmi build fix

It looks like the recent IPMI patches had some -mm-onlyisms.
Signed-off-by: NNeil Horman <nhorman@redhat.com>
Cc: Corey Minyard <minyard@acm.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 5daf05fb
...@@ -520,7 +520,7 @@ MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By" ...@@ -520,7 +520,7 @@ MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"
" interface. Other values will set the major device number" " interface. Other values will set the major device number"
" to that value."); " to that value.");
static struct class *ipmi_class; static struct class_simple *ipmi_class;
static void ipmi_new_smi(int if_num) static void ipmi_new_smi(int if_num)
{ {
...@@ -534,7 +534,7 @@ static void ipmi_new_smi(int if_num) ...@@ -534,7 +534,7 @@ static void ipmi_new_smi(int if_num)
static void ipmi_smi_gone(int if_num) static void ipmi_smi_gone(int if_num)
{ {
class_simple_device_remove(ipmi_class, MKDEV(ipmi_major, if_num)); class_simple_device_remove(MKDEV(ipmi_major, if_num));
devfs_remove("ipmidev/%d", if_num); devfs_remove("ipmidev/%d", if_num);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册