]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/boards/dreamcast/irq.c
sh: migrate to arch/sh/include/
[linux-2.6-omap-h63xx.git] / arch / sh / boards / dreamcast / irq.c
index 5bf01f86c20c52cc4eb53969141838b9dc65884a..67bdc33dd411b26c104d51c2a8c724983ef653f6 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/irq.h>
 #include <asm/io.h>
 #include <asm/irq.h>
-#include <asm/dreamcast/sysasic.h>
+#include <mach/sysasic.h>
 
 /* Dreamcast System ASIC Hardware Events -
 
@@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq)
         emr = EMR_BASE + (level << 4) + (level << 2);
         esr = ESR_BASE + (level << 2);
 
-        /* Mask the ESR to filter any spurious, unwanted interrtupts */
+        /* Mask the ESR to filter any spurious, unwanted interrupts */
         status = inl(esr);
         status &= inl(emr);