summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-27 01:26:08 (GMT)
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-27 03:17:42 (GMT)
commitce4260c39d7e6d97aad525e5ce726b755ee0dcb2 (patch)
tree14bf65d8a011a9f4e1cdcca6b6c8177398d6a62a /drivers
parentb9553d7b0cd51b89dc078ffc42cad51a2c4258bc (diff)
downloadlinux-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.c1
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"