diff options
author | Andrew Morton <akpm@osdl.org> | 2006-08-08 09:10:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:53:29 -0300 |
commit | 2cd885aa0f35e9329292e5be2a6c9d424bba5531 (patch) | |
tree | 043225875dfc93f14945ff47410efd1e22572370 /drivers/media/radio/radio-sf16fmi.c | |
parent | 0912ad0b0fdee374f1f49d75fee341980f0868b6 (diff) | |
download | linux-3.10-2cd885aa0f35e9329292e5be2a6c9d424bba5531.tar.gz linux-3.10-2cd885aa0f35e9329292e5be2a6c9d424bba5531.tar.bz2 linux-3.10-2cd885aa0f35e9329292e5be2a6c9d424bba5531.zip |
V4L/DVB (4394): Git-dvb: radio-sf16fmi build fix
drivers/media/radio/radio-sf16fmi.c: In function 'fmi_do_ioctl':
drivers/media/radio/radio-sf16fmi.c:147: 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/radio-sf16fmi.c')
-rw-r--r-- | drivers/media/radio/radio-sf16fmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-sf16fmi.c b/drivers/media/radio/radio-sf16fmi.c index 5b62285ed0c..ecc854b4ba3 100644 --- a/drivers/media/radio/radio-sf16fmi.c +++ b/drivers/media/radio/radio-sf16fmi.c @@ -16,6 +16,7 @@ * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org> */ +#include <linux/version.h> #include <linux/kernel.h> /* __setup */ #include <linux/module.h> /* Modules */ #include <linux/init.h> /* Initdata */ |