staging: sm750fb: Replace include <asm/*.h> with include <linux/*.h>
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Sun, 18 Oct 2015 13:55:10 +0000 (19:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 02:02:42 +0000 (19:02 -0700)
Problem found using checkpatch.pl
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_help.h

index 9b2d2d2c899b4eacc037f72351afe0f12dec533c..5be814eed7353cb67da0066702ea420bb1b1e584 100644 (file)
@@ -4,8 +4,8 @@
 #ifndef USE_INTERNAL_REGISTER_ACCESS
 
 #include <linux/ioport.h>
-#include <asm/io.h>
-#include <asm/uaccess.h>
+#include <linux/io.h>
+#include <linux/uaccess.h>
 #include "sm750_help.h"
 
 /* software control endianness */