diff options
author | Chris Zankel <chris@zankel.net> | 2009-04-02 19:56:49 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-04-03 03:16:34 -0400 |
commit | b8bb76713ec50df2f11efee386e16f93d51e1076 (patch) | |
tree | 5d22a56a101754c1d2a2a5f624f174ed2ac50422 | |
parent | f1933189b89da2b34fc37e6737737c8c9bf01139 (diff) |
xtensa: we don't need to include asm/io.h
Remove include statement to include asm/io.h.
Signed-off-by: Chris Zankel <chris@zankel.net>
-rw-r--r-- | arch/xtensa/platforms/xt2000/include/platform/hardware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/xt2000/include/platform/hardware.h b/arch/xtensa/platforms/xt2000/include/platform/hardware.h index 41459ad07766..886ef156ded3 100644 --- a/arch/xtensa/platforms/xt2000/include/platform/hardware.h +++ b/arch/xtensa/platforms/xt2000/include/platform/hardware.h | |||
@@ -16,7 +16,6 @@ | |||
16 | #define _XTENSA_XT2000_HARDWARE_H | 16 | #define _XTENSA_XT2000_HARDWARE_H |
17 | 17 | ||
18 | #include <variant/core.h> | 18 | #include <variant/core.h> |
19 | #include <asm/io.h> | ||
20 | 19 | ||
21 | /* | 20 | /* |
22 | * Memory configuration. | 21 | * Memory configuration. |