diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-11 03:25:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:18 -0400 |
commit | ab84f5736086b84d99015cd82515a31b95e03f48 (patch) | |
tree | aa5590dee6e5d3452641e27efefa6364e9c6ead8 /drivers/media/radio/radio-rtrack2.c | |
parent | 1fab14ed1acf791e990138c4acdaf4520962f2d5 (diff) |
V4L/DVB (10959): radio: remove uaccess include
This include isn't needed and so can be removed.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/radio-rtrack2.c')
-rw-r--r-- | drivers/media/radio/radio-rtrack2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-rtrack2.c b/drivers/media/radio/radio-rtrack2.c index 202085978116..d1e6b01d4eca 100644 --- a/drivers/media/radio/radio-rtrack2.c +++ b/drivers/media/radio/radio-rtrack2.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/mutex.h> | 17 | #include <linux/mutex.h> |
18 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ | 18 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ |
19 | #include <linux/io.h> /* outb, outb_p */ | 19 | #include <linux/io.h> /* outb, outb_p */ |
20 | #include <linux/uaccess.h> /* copy to/from user */ | ||
21 | #include <media/v4l2-device.h> | 20 | #include <media/v4l2-device.h> |
22 | #include <media/v4l2-ioctl.h> | 21 | #include <media/v4l2-ioctl.h> |
23 | 22 | ||