V4L/DVB: gspca: Remove/move useless inclusions of slab.h
authorJean-François Moine <moinejf@free.fr>
Fri, 4 Jun 2010 09:42:32 +0000 (06:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 17:49:20 +0000 (14:49 -0300)
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/gspca.h
drivers/media/video/gspca/m5602/m5602_bridge.h
drivers/media/video/gspca/m5602/m5602_s5k83a.c
drivers/media/video/gspca/sn9c20x.c
drivers/media/video/gspca/sonixj.c
drivers/media/video/gspca/stv06xx/stv06xx.h
drivers/media/video/gspca/t613.c
drivers/media/video/gspca/zc3xx.c

index 3215e4216a3109b4182fd618894d6f60c4e08ab6..d181064653b7d48502e453c56a9cff2623110751 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/videodev2.h>
 #include <media/v4l2-common.h>
 #include <linux/mutex.h>
-#include <linux/slab.h>
 
 /* compilation option */
 #define GSPCA_DEBUG 1
index 1127a405c9b2ce2f9687aff3292ecf6fc7d31b6c..51af3ee3ab8550301a3bcb9b00c113a44b323c0a 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef M5602_BRIDGE_H_
 #define M5602_BRIDGE_H_
 
+#include <linux/slab.h>
 #include "gspca.h"
 
 #define MODULE_NAME "ALi m5602"
index 6b3be4fa2c067be5a9045ea0926f040528608692..fbd91545497a8e6b36d36ecae38898664c8e4d34 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #include <linux/kthread.h>
-#include <linux/slab.h>
 #include "m5602_s5k83a.h"
 
 static int s5k83a_set_gain(struct gspca_dev *gspca_dev, __s32 val);
index 3f7e446d688a7d930011026c10993a3adfaf4bad..83a718f0f3f9841b8412c34967f41476040398e0 100644 (file)
@@ -20,7 +20,6 @@
 
 #ifdef CONFIG_INPUT
 #include <linux/input.h>
-#include <linux/slab.h>
 #endif
 
 #include "gspca.h"
index 176c5b3d5e6f9096df04276a56995d3ce08684e7..d5fe1f6f4264985c1437528b693835d58310abfd 100644 (file)
@@ -22,7 +22,6 @@
 #define MODULE_NAME "sonixj"
 
 #include <linux/input.h>
-#include <linux/slab.h>
 #include "gspca.h"
 #include "jpeg.h"
 
index 992ce530f138d49265ffce759c5e5036c9400312..053a27e3a40084fb4b4d71bb40d24426d46de0e0 100644 (file)
@@ -30,6 +30,7 @@
 #ifndef STV06XX_H_
 #define STV06XX_H_
 
+#include <linux/slab.h>
 #include "gspca.h"
 
 #define MODULE_NAME "STV06xx"
index 4e8df337bc83d31ed66cbf9be132ffcabf72c3d0..f5d006b28c368d5cdfed701908dcae7aff607913 100644 (file)
@@ -28,6 +28,7 @@
 
 #define MODULE_NAME "t613"
 
+#include <linux/slab.h>
 #include "gspca.h"
 
 #define V4L2_CID_EFFECTS (V4L2_CID_PRIVATE_BASE + 0)
index 1420eb2a9d38b226212aeb9e3b3bd12b005a469c..d7587cd5a2606ebc18af27ad69582b15c6ab3d88 100644 (file)
@@ -22,7 +22,6 @@
 #define MODULE_NAME "zc3xx"
 
 #include <linux/input.h>
-#include <linux/slab.h>
 #include "gspca.h"
 #include "jpeg.h"