diff options
author | Jean-François Moine <moinejf@free.fr> | 2010-06-04 06:42:32 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 14:49:20 -0300 |
commit | be2a9fae7be36864777e4b66f925d7af11578d99 (patch) | |
tree | d53d317b844b2cce08d9e16ced0b6b2253b600d4 /drivers/media/video/gspca/gspca.h | |
parent | 2584bc4337855382d23b4abfc2e2492df6fdeb41 (diff) |
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>
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r-- | drivers/media/video/gspca/gspca.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h index 3215e4216a3..d181064653b 100644 --- a/drivers/media/video/gspca/gspca.h +++ b/drivers/media/video/gspca/gspca.h @@ -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 |