Browse Source

Staging: xgifb: Fixed header file.

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>
Kenji Toyama 14 years ago
parent
commit
f432879265
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/xgifb/vb_util.c

+ 1 - 1
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"