From: "Sérgio Monteiro Basto" <sergiomb-5ng0By4jB+/QUPosyRRdSA@public.gmane.org>
To: acpi-devel
<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: [PATCH] warning: implicit declaration of function mp_config_ioapic_for_sci
Date: 08 Oct 2002 02:55:57 -0400 [thread overview]
Message-ID: <1034060159.1541.24.camel@darkstar.portugal> (raw)
[-- Attachment #1: Type: text/plain, Size: 100 bytes --]
bus.c:1887: warning: implicit declaration of function
`mp_config_ioapic_for_sci'
A trivial patch
[-- Attachment #2: acpi_explicit.diff --]
[-- Type: text/plain, Size: 628 bytes --]
--- linux-2.4.19acpi/include/asm-i386/mpspec.h.orig Sun Oct 6 21:27:06 2002
+++ linux-2.4.19acpi/include/asm-i386/mpspec.h Sun Oct 6 21:34:06 2002
@@ -228,9 +228,11 @@
extern void mp_register_ioapic (u8 id, u32 address, u32 irq_base);
extern void mp_override_legacy_irq (u8 bus_irq, u8 polarity, u8 trigger, u32 global_irq);
extern void mp_config_acpi_legacy_irqs (void);
-extern void mp_config_ioapic_for_sci(int irq);
extern void mp_parse_prt (void);
#endif /*CONFIG_X86_IO_APIC*/
+#ifdef CONFIG_X86
+extern void mp_config_ioapic_for_sci(int irq);
+#endif /*CONFIG_X86*/
#endif /*CONFIG_ACPI_BOOT*/
next reply other threads:[~2002-10-08 6:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-08 6:55 Sérgio Monteiro Basto [this message]
[not found] ` <1034060159.1541.24.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2002-10-08 11:59 ` [PATCH] warning: implicit declaration of function mp_config_ioapic_for_sci Matthew Wilcox
[not found] ` <20021008125912.Q18545-+pPCBgu9SkPzIGdyhVEDUDl5KyyQGfY2kSSpQ9I8OhVaa/9Udqfwiw@public.gmane.org>
2002-10-09 5:14 ` Sérgio Monteiro Basto
[not found] ` <1034140205.1666.23.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2002-10-09 13:42 ` Matthew Wilcox
[not found] ` <20021009144232.Z18545-+pPCBgu9SkPzIGdyhVEDUDl5KyyQGfY2kSSpQ9I8OhVaa/9Udqfwiw@public.gmane.org>
2002-10-10 4:28 ` Sérgio Monteiro Basto
2002-10-10 4:35 ` Sérgio Monteiro Basto
2002-10-10 4:38 ` Sérgio Monteiro Basto
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=1034060159.1541.24.camel@darkstar.portugal \
--to=sergiomb-5ng0by4jb+/quposyrrdsa@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox