diff options
author | Jean-François Moine <moinejf@free.fr> | 2010-06-04 05:42:32 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 13:49:20 -0400 |
commit | be2a9fae7be36864777e4b66f925d7af11578d99 (patch) | |
tree | d53d317b844b2cce08d9e16ced0b6b2253b600d4 /drivers/media/video/gspca/stv06xx/stv06xx.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/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 @@ | |||
30 | #ifndef STV06XX_H_ | 30 | #ifndef STV06XX_H_ |
31 | #define STV06XX_H_ | 31 | #define STV06XX_H_ |
32 | 32 | ||
33 | #include <linux/slab.h> | ||
33 | #include "gspca.h" | 34 | #include "gspca.h" |
34 | 35 | ||
35 | #define MODULE_NAME "STV06xx" | 36 | #define MODULE_NAME "STV06xx" |