V4L/DVB (4484): Git-dvb: cadet build fix
authorAndrew Morton <akpm@osdl.org>
Tue, 8 Aug 2006 13:52:22 +0000 (10:52 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:31 +0000 (12:30 -0300)
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>
drivers/media/radio/radio-cadet.c

index 938856588831ca377ee73a0bb45185b5f53efb9a..69d4b7919c5aa8b8f3f73783d7fc06d9b14c16ac 100644 (file)
@@ -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               */