]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68k: switch to using the asm-generic hw_irq.h
authorGreg Ungerer <gerg@uclinux.org>
Mon, 15 Oct 2012 05:00:47 +0000 (15:00 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 17 Oct 2012 06:12:17 +0000 (16:12 +1000)
We don't need a local hw_irq.h, switch to using the asm-generic version.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/Kbuild
arch/m68k/include/asm/hw_irq.h [deleted file]

index 7de78bb8ce17c01c21e5344143dce351ba5306b9..3905fca8a6bd03bfeea07f2c6a59de51e8fac9f0 100644 (file)
@@ -10,6 +10,7 @@ generic-y += emergency-restart.h
 generic-y += errno.h
 generic-y += exec.h
 generic-y += futex.h
+generic-y += hw_irq.h
 generic-y += ioctl.h
 generic-y += ipcbuf.h
 generic-y += irq_regs.h
diff --git a/arch/m68k/include/asm/hw_irq.h b/arch/m68k/include/asm/hw_irq.h
deleted file mode 100644 (file)
index eacef09..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __ASM_M68K_HW_IRQ_H
-#define __ASM_M68K_HW_IRQ_H
-
-/* Dummy include. */
-
-#endif