diff options
author | Chris Zankel <chris@zankel.net> | 2009-04-02 23:56:49 (GMT) |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-04-03 07:16:34 (GMT) |
commit | b8bb76713ec50df2f11efee386e16f93d51e1076 (patch) | |
tree | 5d22a56a101754c1d2a2a5f624f174ed2ac50422 | |
parent | f1933189b89da2b34fc37e6737737c8c9bf01139 (diff) | |
download | linux-b8bb76713ec50df2f11efee386e16f93d51e1076.tar.xz |
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 41459ad..886ef15 100644 --- a/arch/xtensa/platforms/xt2000/include/platform/hardware.h +++ b/arch/xtensa/platforms/xt2000/include/platform/hardware.h @@ -16,7 +16,6 @@ #define _XTENSA_XT2000_HARDWARE_H #include <variant/core.h> -#include <asm/io.h> /* * Memory configuration. |