Skip to content

Commit

Permalink
V4L/DVB (4371): Included missing linux/version.h
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 3ca5716 commit 1ddf5bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 1ddf5bc

Please sign in to comment.