From: Alessio Igor Bogani Date: Tue, 12 May 2009 20:39:27 +0000 (-0300) Subject: V4L/DVB (11842): radio-mr800.c: missing mutex include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24c44d85114098a013dd5fed084fb27ad803f000;p=linux-beck.git V4L/DVB (11842): radio-mr800.c: missing mutex include radio-mr800.c uses struct mutex, so while 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 Signed-off-by: Andrew Morton Acked-by: Alexey Klimov Signed-off-by: Mauro Carvalho Chehab --- 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 @@ #include #include #include /* for KERNEL_VERSION MACRO */ +#include /* driver and module definitions */ #define DRIVER_AUTHOR "Alexey Klimov "