diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-13 11:41:58 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-07 02:44:03 +0200 |
commit | 818fdf341369110ff91296843797a9431a3d9b31 (patch) | |
tree | b8f78f3af6e8cb83d8310775f34620f081436d37 /drivers/media/video/cx231xx/cx231xx.h | |
parent | V4L/DVB (10956): cx231xx: First series of manual CodingStyle fixes (diff) | |
download | linux-818fdf341369110ff91296843797a9431a3d9b31.tar.xz linux-818fdf341369110ff91296843797a9431a3d9b31.zip |
V4L/DVB (10957a): cx231xx: Fix compilation breakage
Only cx231xx-video needs linux/version.h, due to KERNEL_VERSION macro,
that is used by V4L2 API.
This patch moves the KERNEL_VERSION to its proper place and starts with
0,0,1.
There are still much more to be fixed on later patches
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h index d98b36d772bd..d4fba028db4a 100644 --- a/drivers/media/video/cx231xx/cx231xx.h +++ b/drivers/media/video/cx231xx/cx231xx.h @@ -37,7 +37,6 @@ #include "cx231xx-pcb-config.h" #include "cx231xx-conf-reg.h" -#define CX231XX_VERSION_CODE KERNEL_VERSION(0, 1, 0) #define DRIVER_NAME "cx231xx" #define PWR_SLEEP_INTERVAL 5 |