diff options
author | Mike Isely <isely@pobox.com> | 2006-06-25 19:03:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-26 23:17:17 -0400 |
commit | b2bbaa93940627aec1d92191cf28a36e6048de6e (patch) | |
tree | 44dfecb69f8ca0653dab41a38d785222e0c7bb89 /drivers/media/video/pvrusb2 | |
parent | 4656fb63716af240452adf7b1aab3a9573452fd9 (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')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 | ||||
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-std.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index ae2038b939d7..c1a2447d3ef7 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -23,8 +23,8 @@ | |||
23 | #include <linux/string.h> | 23 | #include <linux/string.h> |
24 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
25 | #include <linux/firmware.h> | 25 | #include <linux/firmware.h> |
26 | #include <asm/semaphore.h> | ||
27 | #include <linux/videodev2.h> | 26 | #include <linux/videodev2.h> |
27 | #include <asm/semaphore.h> | ||
28 | #include <media/cx2341x.h> | 28 | #include <media/cx2341x.h> |
29 | #include "pvrusb2.h" | 29 | #include "pvrusb2.h" |
30 | #include "pvrusb2-std.h" | 30 | #include "pvrusb2-std.h" |
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 | ||
25 | struct std_name { | 27 | struct std_name { |
26 | const char *name; | 28 | const char *name; |