diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-25 10:21:35 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-25 10:21:35 +0000 |
commit | 997302259f386bca8fe1db67c50296ca426c438f (patch) | |
tree | 8003d7e388dbddf723571c389fec7211e8aa59d6 /drivers/serial/21285.c | |
parent | e63cedb656683739eea2696114bc56888e9bff05 (diff) | |
download | op-kernel-dev-997302259f386bca8fe1db67c50296ca426c438f.zip op-kernel-dev-997302259f386bca8fe1db67c50296ca426c438f.tar.gz |
[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/21285.c')
-rw-r--r-- | drivers/serial/21285.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/21285.c b/drivers/serial/21285.c index f31c669..cb6d85d 100644 --- a/drivers/serial/21285.c +++ b/drivers/serial/21285.c @@ -14,8 +14,8 @@ #include <linux/tty_flip.h> #include <linux/serial_core.h> #include <linux/serial.h> +#include <linux/io.h> -#include <asm/io.h> #include <asm/irq.h> #include <asm/mach-types.h> #include <asm/hardware/dec21285.h> |