diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index c186473fc570..01c3b7b8c38e 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
@@ -36,10 +36,9 @@ | |||
36 | #include "cx23885-reg.h" | 36 | #include "cx23885-reg.h" |
37 | #include "media/cx2341x.h" | 37 | #include "media/cx2341x.h" |
38 | 38 | ||
39 | #include <linux/version.h> | ||
40 | #include <linux/mutex.h> | 39 | #include <linux/mutex.h> |
41 | 40 | ||
42 | #define CX23885_VERSION_CODE KERNEL_VERSION(0, 0, 2) | 41 | #define CX23885_VERSION "0.0.3" |
43 | 42 | ||
44 | #define UNSET (-1U) | 43 | #define UNSET (-1U) |
45 | 44 | ||