diff options
author | Chris Zankel <chris@zankel.net> | 2009-04-02 16:56:49 -0700 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-04-03 00:16:34 -0700 |
commit | b8bb76713ec50df2f11efee386e16f93d51e1076 (patch) | |
tree | 5d22a56a101754c1d2a2a5f624f174ed2ac50422 /arch/xtensa/platforms | |
parent | f1933189b89da2b34fc37e6737737c8c9bf01139 (diff) | |
download | linux-b8bb76713ec50df2f11efee386e16f93d51e1076.tar.bz2 |
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>
Diffstat (limited to 'arch/xtensa/platforms')
-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 @@ #define _XTENSA_XT2000_HARDWARE_H #include <variant/core.h> -#include <asm/io.h> /* * Memory configuration. |