Skip to content

Commit

Permalink
sh: Fix IRQ macro in header of landisk
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
iwamatsu authored and pmundt committed Jan 11, 2011
1 parent 9ca0443 commit baa7eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/include/mach-landisk/mach/iodata_landisk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit baa7eb0

Please sign in to comment.