Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: sm750fb: Replace include <asm/*.h> with include <linux/*.h>

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>

authored by

Amitoj Kaur Chawla and committed by
Greg Kroah-Hartman
347cf6d1 a487db8b

+2 -2
+2 -2
drivers/staging/sm750fb/ddk750_help.h
··· 4 4 #ifndef USE_INTERNAL_REGISTER_ACCESS 5 5 6 6 #include <linux/ioport.h> 7 - #include <asm/io.h> 8 - #include <asm/uaccess.h> 7 + #include <linux/io.h> 8 + #include <linux/uaccess.h> 9 9 #include "sm750_help.h" 10 10 11 11 /* software control endianness */