diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-14 20:43:13 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-16 12:28:01 +0100 |
commit | 262ab9ac0daadebcece8e3cbf3ae66ee8774cfd7 (patch) | |
tree | ebb72c5573e9b587dee51d38523cebd92b5e7254 /drivers/media/video/pms.c | |
parent | V4L/DVB (13690): radio/si470x: #include <sched.h> (diff) | |
download | linux-262ab9ac0daadebcece8e3cbf3ae66ee8774cfd7.tar.xz linux-262ab9ac0daadebcece8e3cbf3ae66ee8774cfd7.zip |
V4L/DVB (13698): pms: replace asm/uaccess.h to linux/uaccess.h
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>
Diffstat (limited to 'drivers/media/video/pms.c')
-rw-r--r-- | drivers/media/video/pms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c index 73ec970ca5ca..11a2c26399b5 100644 --- 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> |