Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77d1551 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent af85fe9e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
#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

arch/m68k/include/asm/hw_irq_mm.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __ASM_M68K_HW_IRQ_H
#define __ASM_M68K_HW_IRQ_H

/* Dummy include. */

#endif

arch/m68k/include/asm/hw_irq_no.h

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
#ifndef __M68KNOMMU_HW_IRQ_H__
#define __M68KNOMMU_HW_IRQ_H__

#endif /* __M68KNOMMU_HW_IRQ_H__ */