aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sm501fb.c
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-12-15 16:46:34 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-16 07:20:02 -0800
commit2d72b11cd2f4f81d7f817c3795224061bcefdd9e (patch)
tree3dc0b28cacb60990edddc8c772d84128bb34619f /drivers/video/sm501fb.c
parentsm501: fix missing uses of resource_size() (diff)
downloadlinux-dev-2d72b11cd2f4f81d7f817c3795224061bcefdd9e.tar.xz
linux-dev-2d72b11cd2f4f81d7f817c3795224061bcefdd9e.zip
sm501: fix use of old <asm/io.h> instead of <linux/io.h>
Fix the old style use of <asm/io.h> by replacing it with <linux/io.h>. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Simtec Linux Team <linux@simtec.co.uk> Cc: Vincent Sanders <vince@simtec.co.uk> Cc: Krzysztof Helt <krzysztof.h1@poczta.fm> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/sm501fb.c')
-rw-r--r--drivers/video/sm501fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sm501fb.c b/drivers/video/sm501fb.c
index 95be9e90e8b8..d1c8ea83b41f 100644
--- a/drivers/video/sm501fb.c
+++ b/drivers/video/sm501fb.c
@@ -29,8 +29,8 @@
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/console.h>
+#include <linux/io.h>
-#include <asm/io.h>
#include <asm/uaccess.h>
#include <asm/div64.h>