dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Greg Ungerer 2009-01-29 17:09:51 +10:00
parent af85fe9e5e
commit e77d15511f
3 changed files with 5 additions and 14 deletions

View File

@ -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

View File

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

View File

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