From: AsterixTheGaul <asterixthegaul@gmail.com>
To: Corey Minyard <minyard@acm.org>
Cc: Philipp Matthias Hahn <pmhahn@titan.lahn.de>,
Linus Torvalds <torvalds@osdl.org>,
lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Add sysfs support for the IPMI device interface
Date: Sun, 22 May 2005 08:53:09 +0530 [thread overview]
Message-ID: <54b5dbf505052120237b557777@mail.gmail.com> (raw)
In-Reply-To: <54b5dbf50505212020e595cd2@mail.gmail.com>
Sorry dint copy the full mkpatch output. Here is the full output....
Signed-off by AsterixTheGaul <asterixthegaul@gmail.com>
Compile fix ipmi_devintf.c for problem introduced by the commit change
37e0915b701281182cea9fc90e894d10addf134a
---
commit 1f974bf04b1f2a01e189e01970cb744343ad1bb7
tree c7b157f4d23340a6d773b8d1385c0efb21d4b650
parent b5c44c2147a447f77e07fecdb087ae288e1f4e40
author AsterixTheGaul <asterixthegaul@gmail.com> Sat, 21 May 2005 20:16:39 +0530
committer AsterixTheGaul <asterixthegaul@gmail.com> Sat, 21 May 2005
20:16:39 +0530
char/ipmi/ipmi_devintf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: drivers/char/ipmi/ipmi_devintf.c
===================================================================
--- ec1d95eb1e03e320fc5eb5cfb40379f2f4a7267d/drivers/char/ipmi/ipmi_devintf.c
(mode:100644)
+++ c7b157f4d23340a6d773b8d1385c0efb21d4b650/drivers/char/ipmi/ipmi_devintf.c
(mode:100644)
@@ -520,7 +520,7 @@
" interface. Other values will set the major device number"
" to that value.");
-static struct class *ipmi_class;
+static struct class_simple *ipmi_class;
static void ipmi_new_smi(int if_num)
{
@@ -534,7 +534,7 @@
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);
}
next prev parent reply other threads:[~2005-05-22 3:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-19 23:26 [PATCH] Add sysfs support for the IPMI device interface Corey Minyard
2005-05-20 5:15 ` Greg KH
2005-05-20 6:56 ` Philipp Matthias Hahn
2005-05-20 13:00 ` Corey Minyard
2005-05-22 3:20 ` AsterixTheGaul
2005-05-22 3:23 ` AsterixTheGaul [this message]
[not found] <200505201511.j4KFBgHG002490@hera.kernel.org>
2005-05-22 6:57 ` Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54b5dbf505052120237b557777@mail.gmail.com \
--to=asterixthegaul@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=minyard@acm.org \
--cc=pmhahn@titan.lahn.de \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.