V4L/DVB: gspca: Remove/move useless inclusions of slab.h
Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
2584bc4337
commit
be2a9fae7b
|
@ -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
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#ifndef M5602_BRIDGE_H_
|
||||
#define M5602_BRIDGE_H_
|
||||
|
||||
#include <linux/slab.h>
|
||||
#include "gspca.h"
|
||||
|
||||
#define MODULE_NAME "ALi m5602"
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#ifdef CONFIG_INPUT
|
||||
#include <linux/input.h>
|
||||
#include <linux/slab.h>
|
||||
#endif
|
||||
|
||||
#include "gspca.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define MODULE_NAME "sonixj"
|
||||
|
||||
#include <linux/input.h>
|
||||
#include <linux/slab.h>
|
||||
#include "gspca.h"
|
||||
#include "jpeg.h"
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#ifndef STV06XX_H_
|
||||
#define STV06XX_H_
|
||||
|
||||
#include <linux/slab.h>
|
||||
#include "gspca.h"
|
||||
|
||||
#define MODULE_NAME "STV06xx"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#define MODULE_NAME "t613"
|
||||
|
||||
#include <linux/slab.h>
|
||||
#include "gspca.h"
|
||||
|
||||
#define V4L2_CID_EFFECTS (V4L2_CID_PRIVATE_BASE + 0)
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define MODULE_NAME "zc3xx"
|
||||
|
||||
#include <linux/input.h>
|
||||
#include <linux/slab.h>
|
||||
#include "gspca.h"
|
||||
#include "jpeg.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue