瀏覽代碼

m68k: the one hw_irq.h can be used buy all m68k

The mmu and non-mmu hw_irq.h are identical, revert to a single copy.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Greg Ungerer 16 年之前
父節點
當前提交
e77d15511f
共有 3 個文件被更改,包括 5 次插入14 次删除
  1. 5 4
      arch/m68k/include/asm/hw_irq.h
  2. 0 6
      arch/m68k/include/asm/hw_irq_mm.h
  3. 0 4
      arch/m68k/include/asm/hw_irq_no.h

+ 5 - 4
arch/m68k/include/asm/hw_irq.h

@@ -1,5 +1,6 @@
-#ifdef __uClinux__
-#include "hw_irq_no.h"
-#else
-#include "hw_irq_mm.h"
+#ifndef __ASM_M68K_HW_IRQ_H
+#define __ASM_M68K_HW_IRQ_H
+
+/* Dummy include. */
+
 #endif

+ 0 - 6
arch/m68k/include/asm/hw_irq_mm.h

@@ -1,6 +0,0 @@
-#ifndef __ASM_M68K_HW_IRQ_H
-#define __ASM_M68K_HW_IRQ_H
-
-/* Dummy include. */
-
-#endif

+ 0 - 4
arch/m68k/include/asm/hw_irq_no.h

@@ -1,4 +0,0 @@
-#ifndef __M68KNOMMU_HW_IRQ_H__
-#define __M68KNOMMU_HW_IRQ_H__
-
-#endif /* __M68KNOMMU_HW_IRQ_H__ */