Commit 1ddf5bc5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (4371): Included missing linux/version.h

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 3ca57169
......@@ -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[] = {
......@@ -45,8 +48,6 @@ static struct v4l2_queryctrl radio_qctrl[] = {
}
};
static struct mutex lock;
#undef DEBUG
//#define DEBUG 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment