diff options
author | Alessio Igor Bogani <abogani@texware.it> | 2009-05-12 16:39:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:21:10 -0400 |
commit | 24c44d85114098a013dd5fed084fb27ad803f000 (patch) | |
tree | 9d7fe889b041cf4e2b90770a1912b3019088e384 /drivers/media/radio/radio-mr800.c | |
parent | eda9f7523b6760bdfc3b9c5001214467b5ecd618 (diff) |
V4L/DVB (11842): radio-mr800.c: missing mutex include
radio-mr800.c uses struct mutex, so while <linux/mutex.h> seems to be
pulled in indirectly by one of the headers it already includes, the right
thing is to include it directly.
Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/radio-mr800.c')
-rw-r--r-- | drivers/media/radio/radio-mr800.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-mr800.c b/drivers/media/radio/radio-mr800.c index cab19d05e02f..837467f93805 100644 --- a/drivers/media/radio/radio-mr800.c +++ b/drivers/media/radio/radio-mr800.c | |||
@@ -64,6 +64,7 @@ | |||
64 | #include <media/v4l2-ioctl.h> | 64 | #include <media/v4l2-ioctl.h> |
65 | #include <linux/usb.h> | 65 | #include <linux/usb.h> |
66 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ | 66 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ |
67 | #include <linux/mutex.h> | ||
67 | 68 | ||
68 | /* driver and module definitions */ | 69 | /* driver and module definitions */ |
69 | #define DRIVER_AUTHOR "Alexey Klimov <klimov.linux@gmail.com>" | 70 | #define DRIVER_AUTHOR "Alexey Klimov <klimov.linux@gmail.com>" |