diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-25 06:21:35 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-25 06:21:35 -0400 |
commit | 997302259f386bca8fe1db67c50296ca426c438f (patch) | |
tree | 8003d7e388dbddf723571c389fec7211e8aa59d6 /drivers/video/cyber2000fb.c | |
parent | e63cedb656683739eea2696114bc56888e9bff05 (diff) |
[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/video/cyber2000fb.c')
-rw-r--r-- | drivers/video/cyber2000fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/cyber2000fb.c b/drivers/video/cyber2000fb.c index 51b373657aa2..83c5cefc266c 100644 --- a/drivers/video/cyber2000fb.c +++ b/drivers/video/cyber2000fb.c | |||
@@ -46,8 +46,8 @@ | |||
46 | #include <linux/fb.h> | 46 | #include <linux/fb.h> |
47 | #include <linux/pci.h> | 47 | #include <linux/pci.h> |
48 | #include <linux/init.h> | 48 | #include <linux/init.h> |
49 | #include <linux/io.h> | ||
49 | 50 | ||
50 | #include <asm/io.h> | ||
51 | #include <asm/pgtable.h> | 51 | #include <asm/pgtable.h> |
52 | #include <asm/system.h> | 52 | #include <asm/system.h> |
53 | 53 | ||