aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-std.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2006-06-25 19:03:59 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-26 23:17:17 -0400
commitb2bbaa93940627aec1d92191cf28a36e6048de6e (patch)
tree44dfecb69f8ca0653dab41a38d785222e0c7bb89 /drivers/media/video/pvrusb2/pvrusb2-std.c
parent4656fb63716af240452adf7b1aab3a9573452fd9 (diff)
V4L/DVB (4231): Include some extra headers that we need.
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-std.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-std.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-std.c b/drivers/media/video/pvrusb2/pvrusb2-std.c
index 64ba223c2358..134063693643 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-std.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-std.c
@@ -21,6 +21,8 @@
21 21
22#include "pvrusb2-std.h" 22#include "pvrusb2-std.h"
23#include "pvrusb2-debug.h" 23#include "pvrusb2-debug.h"
24#include <asm/string.h>
25#include <linux/slab.h>
24 26
25struct std_name { 27struct std_name {
26 const char *name; 28 const char *name;