Commit be2a9fae authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab

V4L/DVB: gspca: Remove/move useless inclusions of slab.h

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2584bc43
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <linux/videodev2.h> #include <linux/videodev2.h>
#include <media/v4l2-common.h> #include <media/v4l2-common.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/slab.h>
/* compilation option */ /* compilation option */
#define GSPCA_DEBUG 1 #define GSPCA_DEBUG 1
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#ifndef M5602_BRIDGE_H_ #ifndef M5602_BRIDGE_H_
#define M5602_BRIDGE_H_ #define M5602_BRIDGE_H_
#include <linux/slab.h>
#include "gspca.h" #include "gspca.h"
#define MODULE_NAME "ALi m5602" #define MODULE_NAME "ALi m5602"
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
#include <linux/kthread.h> #include <linux/kthread.h>
#include <linux/slab.h>
#include "m5602_s5k83a.h" #include "m5602_s5k83a.h"
static int s5k83a_set_gain(struct gspca_dev *gspca_dev, __s32 val); static int s5k83a_set_gain(struct gspca_dev *gspca_dev, __s32 val);
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifdef CONFIG_INPUT #ifdef CONFIG_INPUT
#include <linux/input.h> #include <linux/input.h>
#include <linux/slab.h>
#endif #endif
#include "gspca.h" #include "gspca.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#define MODULE_NAME "sonixj" #define MODULE_NAME "sonixj"
#include <linux/input.h> #include <linux/input.h>
#include <linux/slab.h>
#include "gspca.h" #include "gspca.h"
#include "jpeg.h" #include "jpeg.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#ifndef STV06XX_H_ #ifndef STV06XX_H_
#define STV06XX_H_ #define STV06XX_H_
#include <linux/slab.h>
#include "gspca.h" #include "gspca.h"
#define MODULE_NAME "STV06xx" #define MODULE_NAME "STV06xx"
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#define MODULE_NAME "t613" #define MODULE_NAME "t613"
#include <linux/slab.h>
#include "gspca.h" #include "gspca.h"
#define V4L2_CID_EFFECTS (V4L2_CID_PRIVATE_BASE + 0) #define V4L2_CID_EFFECTS (V4L2_CID_PRIVATE_BASE + 0)
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#define MODULE_NAME "zc3xx" #define MODULE_NAME "zc3xx"
#include <linux/input.h> #include <linux/input.h>
#include <linux/slab.h>
#include "gspca.h" #include "gspca.h"
#include "jpeg.h" #include "jpeg.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment