OSDN Git Service

Staging: xgifb: Fixed header file.
authorKenji Toyama <kenji.toyama@gmail.com>
Sun, 24 Apr 2011 05:35:35 +0000 (13:35 +0800)
committerGreg 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

index a97e44f..ea2b795 100644 (file)
@@ -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"