aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-08-08 10:52:22 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 12:30:31 -0300
commitd591b9ccbe27fe974702411cff422fb6c6c62ad2 (patch)
tree8e6a2b2b5b74dd8c15cd0198196fb6a0bc615864 /drivers/media/radio
parentV4L/DVB (4481): Make the dibx000-common-module GPL (diff)
downloadlinux-dev-d591b9ccbe27fe974702411cff422fb6c6c62ad2.tar.xz
linux-dev-d591b9ccbe27fe974702411cff422fb6c6c62ad2.zip
V4L/DVB (4484): Git-dvb: cadet build fix
drivers/media/radio/radio-cadet.c: In function 'cadet_do_ioctl': drivers/media/radio/radio-cadet.c:362: warning: implicit declaration of function 'KERNEL_VERSION' Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio')
-rw-r--r--drivers/media/radio/radio-cadet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-cadet.c b/drivers/media/radio/radio-cadet.c
index 938856588831..69d4b7919c5a 100644
--- a/drivers/media/radio/radio-cadet.c
+++ b/drivers/media/radio/radio-cadet.c
@@ -30,6 +30,7 @@
* Changed API to V4L2
*/
+#include <linux/version.h>
#include <linux/module.h> /* Modules */
#include <linux/init.h> /* Initdata */
#include <linux/ioport.h> /* request_region */