Skip to content

Commit

Permalink
V4L/DVB (13698): pms: replace asm/uaccess.h to linux/uaccess.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 16, 2009
1 parent 788f6fe commit 262ab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/pms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 262ab9a

Please sign in to comment.