linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Haumer <andreas@xss.co.at>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org, minyard@mvista.com
Subject: Re: Linux 2.4.21rc1-ac4
Date: Sun, 04 May 2003 18:23:42 +0200	[thread overview]
Message-ID: <3EB53E8E.7030003@xss.co.at> (raw)
In-Reply-To: <200305031744.h43Hijh07694@devserv.devel.redhat.com>

Hi!

The following patch fixes compile problems in ipmi_kcs_intf.c
due to ACPI changes introduced in 2.4.21-rc1-ac3

Note: this just fixes compilation errors, I don't know
if there are also semantic problems with the new ACPI code
and the IPMI driver as I don't use it. Please check...

--- linux-2.4.21-rc1-ac4/drivers/char/ipmi/ipmi_kcs_intf.c.orig Sun May  4 11:00:02 2003
+++ linux-2.4.21-rc1-ac4/drivers/char/ipmi/ipmi_kcs_intf.c      Sun May  4 11:00:45 2003
@@ -1031,9 +1031,8 @@
    from Hewlett-Packard simple bmc.c, a GPL KCS driver. */

 #include <linux/acpi.h>
-/* A real hack, but everything's not there yet in 2.4. */
-#include <../drivers/acpi/include/acpi.h>
-#include <../drivers/acpi/include/actypes.h>
+#include <acpi/actbl.h>
+#include <acpi/actypes.h>

 struct SPMITable {
        s8      Signature[4];
@@ -1058,7 +1057,7 @@
 static unsigned long acpi_find_bmc(void)
 {
        acpi_status       status;
-       acpi_table_header *spmi;
+       struct acpi_table_header *spmi;
        static unsigned long io_base = 0;

        if (io_base != 0)

Regards

- andreas

-- 
Andreas Haumer                     | mailto:andreas@xss.co.at
*x Software + Systeme              | http://www.xss.co.at/
Karmarschgasse 51/2/20             | Tel: +43-1-6060114-0
A-1100 Vienna, Austria             | Fax: +43-1-6060114-71


      parent reply	other threads:[~2003-05-04 16:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-03 17:44 Linux 2.4.21rc1-ac4 Alan Cox
2003-05-04 16:17 ` Andreas Haumer
2003-05-04 16:23 ` Andreas Haumer [this message]

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=3EB53E8E.7030003@xss.co.at \
    --to=andreas@xss.co.at \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minyard@mvista.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).