From: Mauro Carvalho Chehab Date: Tue, 8 Aug 2006 12:10:06 +0000 (-0300) Subject: V4L/DVB (4371): Included missing linux/version.h X-Git-Tag: v2.6.19-rc1~643^2~153 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1ddf5bc5472f4a45b00bee33fc8c96d4616f8561;p=karo-tx-linux.git V4L/DVB (4371): Included missing linux/version.h Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/radio/radio-sf16fmr2.c b/drivers/media/radio/radio-sf16fmr2.c index 0c7b51420573..4444dce864a9 100644 --- a/drivers/media/radio/radio-sf16fmr2.c +++ b/drivers/media/radio/radio-sf16fmr2.c @@ -24,6 +24,9 @@ #include #include +static struct mutex lock; + +#include /* 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