summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/radio/radio-maestro.c4
-rw-r--r--linux/drivers/media/radio/radio-sf16fmi.c9
2 files changed, 7 insertions, 6 deletions
diff --git a/linux/drivers/media/radio/radio-maestro.c b/linux/drivers/media/radio/radio-maestro.c
index dfa1e6ded..0a1ea1ce7 100644
--- a/linux/drivers/media/radio/radio-maestro.c
+++ b/linux/drivers/media/radio/radio-maestro.c
@@ -23,12 +23,12 @@
#include <linux/sched.h>
#include <asm/io.h>
#include <asm/uaccess.h>
-#include <linux/pci.h>
#include "compat.h"
-#include <linux/videodev.h>
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15)
#include <linux/mutex.h>
#endif
+#include <linux/pci.h>
+#include <linux/videodev.h>
#define DRIVER_VERSION "0.05"
diff --git a/linux/drivers/media/radio/radio-sf16fmi.c b/linux/drivers/media/radio/radio-sf16fmi.c
index 62bb19d2c..928ac9b2d 100644
--- a/linux/drivers/media/radio/radio-sf16fmi.c
+++ b/linux/drivers/media/radio/radio-sf16fmi.c
@@ -27,10 +27,6 @@
#include <asm/uaccess.h> /* copy to/from user */
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15)
#include <linux/mutex.h>
-
-static struct mutex lock;
-#else
-static struct semaphore lock;
#endif
struct fmi_device
@@ -44,6 +40,11 @@ struct fmi_device
static int io = -1;
static int radio_nr = -1;
static struct pnp_dev *dev = NULL;
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15)
+static struct mutex lock;
+#else
+static struct semaphore lock;
+#endif
/* freq is in 1/16 kHz to internal number, hw precision is 50 kHz */
/* It is only useful to give freq in intervall of 800 (=0.05Mhz),