Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37333
b: refs/heads/master
c: 1ddf5bc
h: refs/heads/master
i:
  37331: 8077ff2
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 63353d5 commit ed7ea2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ca57169ce979be1919b013230940bb5c7b3ba5d
refs/heads/master: 1ddf5bc5472f4a45b00bee33fc8c96d4616f8561
5 changes: 3 additions & 2 deletions trunk/drivers/media/radio/radio-sf16fmr2.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
#include <media/v4l2-common.h>
#include <linux/mutex.h>

static struct mutex lock;

#include <linux/version.h> /* for KERNEL_VERSION MACRO */
#define RADIO_VERSION KERNEL_VERSION(0,0,2)

static struct v4l2_queryctrl radio_qctrl[] = {
Expand All @@ -45,8 +48,6 @@ static struct v4l2_queryctrl radio_qctrl[] = {
}
};

static struct mutex lock;

#undef DEBUG
//#define DEBUG 1

Expand Down

0 comments on commit ed7ea2d

Please sign in to comment.