diff options
author | Andrew Morton <akpm@osdl.org> | 2006-08-08 08:10:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 10:53:29 -0400 |
commit | 2cd885aa0f35e9329292e5be2a6c9d424bba5531 (patch) | |
tree | 043225875dfc93f14945ff47410efd1e22572370 /drivers/media/radio | |
parent | 0912ad0b0fdee374f1f49d75fee341980f0868b6 (diff) |
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')
-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 5b62285ed0ce..ecc854b4ba38 100644 --- a/drivers/media/radio/radio-sf16fmi.c +++ b/drivers/media/radio/radio-sf16fmi.c | |||
@@ -16,6 +16,7 @@ | |||
16 | * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org> | 16 | * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org> |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/version.h> | ||
19 | #include <linux/kernel.h> /* __setup */ | 20 | #include <linux/kernel.h> /* __setup */ |
20 | #include <linux/module.h> /* Modules */ | 21 | #include <linux/module.h> /* Modules */ |
21 | #include <linux/init.h> /* Initdata */ | 22 | #include <linux/init.h> /* Initdata */ |