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/stv06xx/stv06xx.h | |
parent | 2584bc4337855382d23b4abfc2e2492df6fdeb41 (diff) | |
download | blackbird-obmc-linux-be2a9fae7be36864777e4b66f925d7af11578d99.tar.gz blackbird-obmc-linux-be2a9fae7be36864777e4b66f925d7af11578d99.zip |
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/stv06xx/stv06xx.h')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.h b/drivers/media/video/gspca/stv06xx/stv06xx.h index 992ce530f138..053a27e3a400 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx.h +++ b/drivers/media/video/gspca/stv06xx/stv06xx.h @@ -30,6 +30,7 @@ #ifndef STV06XX_H_ #define STV06XX_H_ +#include <linux/slab.h> #include "gspca.h" #define MODULE_NAME "STV06xx" |