diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-27 01:26:08 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-27 03:17:42 (GMT) |
commit | ce4260c39d7e6d97aad525e5ce726b755ee0dcb2 (patch) | |
tree | 14bf65d8a011a9f4e1cdcca6b6c8177398d6a62a /drivers | |
parent | b9553d7b0cd51b89dc078ffc42cad51a2c4258bc (diff) | |
download | linux-fsl-qoriq-ce4260c39d7e6d97aad525e5ce726b755ee0dcb2.tar.xz |
V4L/DVB (4261): Included required header for in-kernel compilation
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-v4l2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c index 37dc5d7..9619510 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c +++ b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c @@ -21,6 +21,7 @@ */ #include <linux/kernel.h> +#include <linux/version.h> #include "pvrusb2-context.h" #include "pvrusb2-hdw.h" #include "pvrusb2.h" |