[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1237323618-6464-1-git-send-email-abogani@texware.it>
Date: Tue, 17 Mar 2009 22:00:18 +0100
From: Alessio Igor Bogani <abogani@...ware.it>
To: Alexey Klimov <klimov.linux@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Mauro Carvalho Chehab <mchehab@...radead.org>,
linux-media@...r.kernel.org, video4linux-list@...hat.com,
Alessio Igor Bogani <abogani@...ware.it>
Subject: [PATCH] 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@...ware.it>
---
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 fdfc7bf..4d91148 100644
--- a/drivers/media/radio/radio-mr800.c
+++ b/drivers/media/radio/radio-mr800.c
@@ -58,6 +58,7 @@
#include <media/v4l2-ioctl.h>
#include <linux/usb.h>
#include <linux/version.h> /* for KERNEL_VERSION MACRO */
+#include <linux/mutex.h>
/* driver and module definitions */
#define DRIVER_AUTHOR "Alexey Klimov <klimov.linux@...il.com>"
--
1.6.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists