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-maestro.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-maestro.c')
-rw-r--r-- | drivers/media/radio/radio-maestro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c index adab964b2a39..01a6d22950ad 100644 --- a/drivers/media/radio/radio-maestro.c +++ b/drivers/media/radio/radio-maestro.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/pci.h> | 26 | #include <linux/pci.h> |
27 | #include <linux/videodev2.h> | 27 | #include <linux/videodev2.h> |
28 | #include <linux/io.h> | 28 | #include <linux/io.h> |
29 | #include <linux/uaccess.h> | ||
30 | #include <media/v4l2-device.h> | 29 | #include <media/v4l2-device.h> |
31 | #include <media/v4l2-ioctl.h> | 30 | #include <media/v4l2-ioctl.h> |
32 | 31 | ||