diff options
Diffstat (limited to 'arch/mips/pci/fixup-atlas.c')
-rw-r--r-- | arch/mips/pci/fixup-atlas.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/mips/pci/fixup-atlas.c b/arch/mips/pci/fixup-atlas.c index 439510af3037..c6cd6e9cdfbc 100644 --- a/arch/mips/pci/fixup-atlas.c +++ b/arch/mips/pci/fixup-atlas.c | |||
@@ -21,16 +21,16 @@ | |||
21 | 21 | ||
22 | #include <asm/mips-boards/atlasint.h> | 22 | #include <asm/mips-boards/atlasint.h> |
23 | 23 | ||
24 | #define PCIA ATLASINT_PCIA | 24 | #define PCIA ATLAS_INT_PCIA |
25 | #define PCIB ATLASINT_PCIB | 25 | #define PCIB ATLAS_INT_PCIB |
26 | #define PCIC ATLASINT_PCIC | 26 | #define PCIC ATLAS_INT_PCIC |
27 | #define PCID ATLASINT_PCID | 27 | #define PCID ATLAS_INT_PCID |
28 | #define INTA ATLASINT_INTA | 28 | #define INTA ATLAS_INT_INTA |
29 | #define INTB ATLASINT_INTB | 29 | #define INTB ATLAS_INT_INTB |
30 | #define ETH ATLASINT_ETH | 30 | #define ETH ATLAS_INT_ETH |
31 | #define INTC ATLASINT_INTC | 31 | #define INTC ATLAS_INT_INTC |
32 | #define SCSI ATLASINT_SCSI | 32 | #define SCSI ATLAS_INT_SCSI |
33 | #define INTD ATLASINT_INTD | 33 | #define INTD ATLAS_INT_INTD |
34 | 34 | ||
35 | static char irq_tab[][5] __initdata = { | 35 | static char irq_tab[][5] __initdata = { |
36 | /* INTA INTB INTC INTD */ | 36 | /* INTA INTB INTC INTD */ |