aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/pci.h
diff options
context:
space:
mode:
authorHelge Deller <deller@parisc-linux.org>2006-03-26 03:54:16 -0500
committerKyle McMartin <kyle@hera.kernel.org>2006-03-30 12:48:52 -0500
commit10267cdd0c2dee46a3f59d93fbfac7229d416dba (patch)
tree4057b966c302bef27be70a5cb0331317408298db /include/asm-parisc/pci.h
parentb29eac43023bb1b62081efa878c3cf72cb39c437 (diff)
[PARISC] Fixup CONFIG_EISA a bit
Fix up some ISA/EISA stuff. (Note: isa_ accessors have been removed from asm/io.h) Signed-off-by: Helge Deller <deller@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc/pci.h')
-rw-r--r--include/asm-parisc/pci.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-parisc/pci.h b/include/asm-parisc/pci.h
index fe7f6a2f5aa7..77bbafb7f73e 100644
--- a/include/asm-parisc/pci.h
+++ b/include/asm-parisc/pci.h
@@ -289,4 +289,9 @@ static inline void pcibios_add_platform_entries(struct pci_dev *dev)
289{ 289{
290} 290}
291 291
292static inline void pcibios_penalize_isa_irq(int irq, int active)
293{
294 /* We don't need to penalize isa irq's */
295}
296
292#endif /* __ASM_PARISC_PCI_H */ 297#endif /* __ASM_PARISC_PCI_H */