Skip to content

Commit

Permalink
m68k: the one hw_irq.h can be used buy all m68k
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed Mar 24, 2009
1 parent af85fe9 commit e77d155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
9 changes: 5 additions & 4 deletions arch/m68k/include/asm/hw_irq.h
Original file line number Diff line number Diff line change
@@ -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
6 changes: 0 additions & 6 deletions arch/m68k/include/asm/hw_irq_mm.h

This file was deleted.

4 changes: 0 additions & 4 deletions arch/m68k/include/asm/hw_irq_no.h

This file was deleted.

0 comments on commit e77d155

Please sign in to comment.