diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-31 03:38:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:40 -0400 |
commit | db0031947bad3feafc217d5ac4f320021f57c740 (patch) | |
tree | f4fa0c31fbbaa90af7b1169a99671590d0234ab2 | |
parent | fe9844d5a32e7b2552a557a42a2a2dc0e378672c (diff) |
m68knommu: get rid of duplicate include
Remove the duplicate inclusion of asm/irq.h from
arch/m68knommu/platform/5206e/config.c
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/m68knommu/platform/5206e/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5206e/config.c b/arch/m68knommu/platform/5206e/config.c index 4ab614f1ecda..425703fb6cee 100644 --- a/arch/m68knommu/platform/5206e/config.c +++ b/arch/m68knommu/platform/5206e/config.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <asm/mcftimer.h> | 20 | #include <asm/mcftimer.h> |
21 | #include <asm/mcfsim.h> | 21 | #include <asm/mcfsim.h> |
22 | #include <asm/mcfdma.h> | 22 | #include <asm/mcfdma.h> |
23 | #include <asm/irq.h> | ||
24 | 23 | ||
25 | /***************************************************************************/ | 24 | /***************************************************************************/ |
26 | 25 | ||