diff options
author | David Shaohua Li <shaohua.li@intel.com> | 2005-04-01 07:07:31 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-12 06:03:30 +0200 |
commit | c9c3e457de24cca2ca688fa397d93a241f472048 (patch) | |
tree | 570b7a07f9c6f570341481500a2bff21c1328d8d /include/asm-m68k | |
parent | [ACPI] update /proc/acpi/processor/*/power even if only C1 support (diff) | |
download | linux-c9c3e457de24cca2ca688fa397d93a241f472048.tar.xz linux-c9c3e457de24cca2ca688fa397d93a241f472048.zip |
[ACPI] PNPACPI vs sound IRQ
http://bugme.osdl.org/show_bug.cgi?id=4016
Written-by: David Shaohua Li <shaohua.li@intel.com>
Acked-by: Adam Belay <abelay@novell.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/pci.h b/include/asm-m68k/pci.h index 9e7d79ab5d13..9d2c07abe44f 100644 --- a/include/asm-m68k/pci.h +++ b/include/asm-m68k/pci.h @@ -43,7 +43,7 @@ static inline void pcibios_set_master(struct pci_dev *dev) /* No special bus mastering setup handling */ } -static inline void pcibios_penalize_isa_irq(int irq) +static inline void pcibios_penalize_isa_irq(int irq, int active) { /* We don't do dynamic PCI IRQ allocation */ } |