projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d60f6c2
)
sm501: fix use of old <asm/io.h> instead of <linux/io.h>
author
Ben Dooks
<
[email protected]
>
Wed, 16 Dec 2009 00:46:34 +0000
(16:46 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 16 Dec 2009 15:20:02 +0000
(07:20 -0800)
Fix the old style use of <asm/io.h> by replacing it with <linux/io.h>.
Signed-off-by: Ben Dooks <
[email protected]
>
Signed-off-by: Simtec Linux Team <
[email protected]
>
Cc: Vincent Sanders <
[email protected]
>
Cc: Krzysztof Helt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/sm501fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/sm501fb.c
b/drivers/video/sm501fb.c
index 95be9e90e8b82f5a5585ad6d878dff0244ce075e..d1c8ea83b41f469f12c5e220255b7157cea40703 100644
(file)
--- 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>