V4L/DVB (11842): radio-mr800.c: missing mutex include
authorAlessio Igor Bogani <abogani@texware.it>
Tue, 12 May 2009 20:39:27 +0000 (17:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:21:10 +0000 (18:21 -0300)
commit24c44d85114098a013dd5fed084fb27ad803f000
tree9d7fe889b041cf4e2b90770a1912b3019088e384
parenteda9f7523b6760bdfc3b9c5001214467b5ecd618
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>
drivers/media/radio/radio-mr800.c