Browse Source

sh: Fix IRQ macro in header of landisk

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Nobuhiro Iwamatsu 14 years ago
parent
commit
baa7eb025a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sh/include/mach-landisk/mach/iodata_landisk.h

+ 1 - 1
arch/sh/include/mach-landisk/mach/iodata_landisk.h

@@ -27,7 +27,7 @@
 
 #define IRQ_PCIINTA	5		/* PCI INTA IRQ */
 #define IRQ_PCIINTB	6		/* PCI INTB IRQ */
-#define IRQ_PCIINDC	7		/* PCI INTC IRQ */
+#define IRQ_PCIINTC	7		/* PCI INTC IRQ */
 #define IRQ_PCIINTD	8		/* PCI INTD IRQ */
 #define IRQ_ATA		9		/* ATA IRQ */
 #define IRQ_FATA	10		/* FATA IRQ */