projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
788f6fe
)
V4L/DVB (13698): pms: replace asm/uaccess.h to linux/uaccess.h
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 14 Dec 2009 19:43:13 +0000
(16:43 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 16 Dec 2009 11:28:01 +0000
(09:28 -0200)
Fix a checkpatch.pl warning:
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pms.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/pms.c
b/drivers/media/video/pms.c
index 73ec970ca5ca0a53c34f6ad933f021570a2d5b55..11a2c26399b53d846945a2afdbc74033a063fc97 100644
(file)
--- a/
drivers/media/video/pms.c
+++ b/
drivers/media/video/pms.c
@@
-31,7
+31,7
@@
#include <linux/init.h>
#include <linux/version.h>
#include <linux/mutex.h>
-#include <
asm
/uaccess.h>
+#include <
linux
/uaccess.h>
#include <asm/io.h>
#include <linux/videodev2.h>