Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+5 -14
+5 -4
arch/m68k/include/asm/hw_irq.h
··· 1 - #ifdef __uClinux__ 2 - #include "hw_irq_no.h" 3 - #else 4 - #include "hw_irq_mm.h" 1 + #ifndef __ASM_M68K_HW_IRQ_H 2 + #define __ASM_M68K_HW_IRQ_H 3 + 4 + /* Dummy include. */ 5 + 5 6 #endif
-6
arch/m68k/include/asm/hw_irq_mm.h
··· 1 - #ifndef __ASM_M68K_HW_IRQ_H 2 - #define __ASM_M68K_HW_IRQ_H 3 - 4 - /* Dummy include. */ 5 - 6 - #endif
-4
arch/m68k/include/asm/hw_irq_no.h
··· 1 - #ifndef __M68KNOMMU_HW_IRQ_H__ 2 - #define __M68KNOMMU_HW_IRQ_H__ 3 - 4 - #endif /* __M68KNOMMU_HW_IRQ_H__ */