Browse Source

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>
Mike Isely 19 years ago
parent
commit
b2bbaa9394

+ 1 - 1
drivers/media/video/pvrusb2/pvrusb2-hdw.c

@@ -23,8 +23,8 @@
 #include <linux/string.h>
 #include <linux/slab.h>
 #include <linux/firmware.h>
-#include <asm/semaphore.h>
 #include <linux/videodev2.h>
+#include <asm/semaphore.h>
 #include <media/cx2341x.h>
 #include "pvrusb2.h"
 #include "pvrusb2-std.h"

+ 2 - 0
drivers/media/video/pvrusb2/pvrusb2-std.c

@@ -21,6 +21,8 @@
 
 #include "pvrusb2-std.h"
 #include "pvrusb2-debug.h"
+#include <asm/string.h>
+#include <linux/slab.h>
 
 struct std_name {
 	const char *name;