diff options
| author | Greg Ungerer <gerg@snapgear.com> | 2004-11-09 04:10:39 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-09 04:10:39 -0800 |
| commit | 954824e59145ec24566c8bd5a30ed69cd97b6112 (patch) | |
| tree | ff52b4b6f351d278a5fddafdb39b7e15d4725b7a | |
| parent | 3e2ddbd87d0b4eb0726e206a7feb5e1453002b21 (diff) | |
[PATCH] m68knommu: remove unused include of delay.h in ColdFire 5407 configuration code
Remove unused include of asm/delay.h from ColdFire 5407 configuration
code.
Signed-off-by: Greg Ungerer <gerg@snapgear.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | arch/m68knommu/platform/5407/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5407/config.c b/arch/m68knommu/platform/5407/config.c index ef76b156d1ec..f7c9018b85a7 100644 --- a/arch/m68knommu/platform/5407/config.c +++ b/arch/m68knommu/platform/5407/config.c @@ -23,7 +23,6 @@ #include <asm/mcftimer.h> #include <asm/mcfsim.h> #include <asm/mcfdma.h> -#include <asm/delay.h> /***************************************************************************/ |
