diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-27 03:26:08 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-27 05:17:42 +0200 |
commit | ce4260c39d7e6d97aad525e5ce726b755ee0dcb2 (patch) | |
tree | 14bf65d8a011a9f4e1cdcca6b6c8177398d6a62a /drivers | |
parent | V4L/DVB (4260): Stradis.c: make 2 functions static (diff) | |
download | linux-ce4260c39d7e6d97aad525e5ce726b755ee0dcb2.tar.xz linux-ce4260c39d7e6d97aad525e5ce726b755ee0dcb2.zip |
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 37dc5d7b42ae..961951010c27 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" |