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:
3ecf352
)
Staging: xgifb: Fixed header file.
author
Kenji Toyama
<kenji.toyama@gmail.com>
Sun, 24 Apr 2011 05:35:35 +0000
(13:35 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 26 Apr 2011 00:30:43 +0000
(17:30 -0700)
As suggested by checkpatch.pl, <linux/io.h> should be used instead of
<asm/io.h>.
Signed-off-by: Daniel Kenji Toyama <kenji.toyama@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/vb_util.c
patch
|
blob
|
history
diff --git
a/drivers/staging/xgifb/vb_util.c
b/drivers/staging/xgifb/vb_util.c
index a97e44f98c080ba6da217b6dfcf1cf977d446cd1..ea2b795bfa5091404a38075d0c93fb65ef671a93 100644
(file)
--- a/
drivers/staging/xgifb/vb_util.c
+++ b/
drivers/staging/xgifb/vb_util.c
@@
-3,7
+3,7
@@
#include "vb_struct.h"
#include "XGIfb.h"
-#include <
asm
/io.h>
+#include <
linux
/io.h>
#include <linux/types.h>
#include "vb_util.h"