* [KJ] [patch 4/8] ifdef typos: drivers_char_ipmi_ipmi_si_intf.c
@ 2004-11-24 15:29 Domen Puncer
0 siblings, 0 replies; only message in thread
From: Domen Puncer @ 2004-11-24 15:29 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 620 bytes --]
CONFIG_ACPI_INTERPETER is wrong.
Signed-off-by: Domen Puncer <domen@coderock.org>
--- c/drivers/char/ipmi/ipmi_si_intf.c 2004-11-15 13:42:10.000000000 +0100
+++ str2/drivers/char/ipmi/ipmi_si_intf.c 2004-11-24 14:44:44.000000000 +0100
@@ -959,7 +959,7 @@ MODULE_PARM_DESC(regshifts, "The amount
#define IPMI_MEM_ADDR_SPACE 1
#define IPMI_IO_ADDR_SPACE 2
-#if defined(CONFIG_ACPI_INTERPETER) || defined(CONFIG_X86) || defined(CONFIG_PCI)
+#if defined(CONFIG_ACPI_INTERPRETER) || defined(CONFIG_X86) || defined(CONFIG_PCI)
static int is_new_interface(int intf, u8 addr_space, unsigned long base_addr)
{
int i;
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-24 15:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-24 15:29 [KJ] [patch 4/8] ifdef typos: drivers_char_ipmi_ipmi_si_intf.c Domen Puncer
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.