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-gemtek.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-gemtek.c')
-rw-r--r-- | drivers/media/radio/radio-gemtek.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c index 91448c47b0cf..150464426d1d 100644 --- a/drivers/media/radio/radio-gemtek.c +++ b/drivers/media/radio/radio-gemtek.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ | 24 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ |
25 | #include <linux/mutex.h> | 25 | #include <linux/mutex.h> |
26 | #include <linux/io.h> /* outb, outb_p */ | 26 | #include <linux/io.h> /* outb, outb_p */ |
27 | #include <linux/uaccess.h> /* copy to/from user */ | ||
28 | #include <media/v4l2-ioctl.h> | 27 | #include <media/v4l2-ioctl.h> |
29 | #include <media/v4l2-device.h> | 28 | #include <media/v4l2-device.h> |
30 | 29 | ||