m68k: switch to using the asm-generic hw_irq.h
authorGreg Ungerer <gerg@uclinux.org>
Tue, 30 Oct 2012 06:24:27 +0000 (16:24 +1000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 14 Nov 2012 07:50:54 +0000 (08:50 +0100)
We don't need a local hw_irq.h, switch to using the asm-generic version.

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

index 88fa3ac86fae9af988331112cba87ff711eb3555..bf28713c2f151cf0ac25b3a667e51f4208be6be6 100644 (file)
@@ -7,6 +7,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
This page took 0.028838 seconds and 5 git commands to generate.