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>
This commit is contained in:
parent
af85fe9e5e
commit
e77d15511f
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef __ASM_M68K_HW_IRQ_H
|
||||
#define __ASM_M68K_HW_IRQ_H
|
||||
|
||||
/* Dummy include. */
|
||||
|
||||
#endif
|
|
@ -1,4 +0,0 @@
|
|||
#ifndef __M68KNOMMU_HW_IRQ_H__
|
||||
#define __M68KNOMMU_HW_IRQ_H__
|
||||
|
||||
#endif /* __M68KNOMMU_HW_IRQ_H__ */
|
Loading…
Reference in New Issue