Browse Source

staging: media: atomisp: remove duplicate includes

These duplicate includes have been found with scripts/checkincludes.pl
but they have been removed manually to avoid removing false positives.

Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jérémy Lefaure 8 years ago
parent
commit
d9a1126476

+ 0 - 1
drivers/staging/media/atomisp/i2c/ap1302.c

@@ -23,7 +23,6 @@
 #include <linux/firmware.h>
 #include <linux/i2c.h>
 #include <linux/module.h>
-#include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/string.h>
 #include <linux/types.h>

+ 0 - 1
drivers/staging/media/atomisp/i2c/mt9m114.c

@@ -29,7 +29,6 @@
 #include <linux/kmod.h>
 #include <linux/device.h>
 #include <linux/fs.h>
-#include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/i2c.h>

+ 0 - 1
drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/vf/vf_1.0/ia_css_vf.host.c

@@ -20,7 +20,6 @@
 #include <ia_css_pipeline.h>
 #define IA_CSS_INCLUDE_CONFIGURATIONS
 #include "ia_css_isp_configs.h"
-#include <assert_support.h>
 
 #include "isp.h"
 

+ 0 - 1
drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/debug/src/ia_css_debug.c

@@ -67,7 +67,6 @@
 #include "math_support.h" /* CEIL_DIV */
 #if defined(HAS_INPUT_FORMATTER_VERSION_2) || defined(USE_INPUT_SYSTEM_VERSION_2401)
 #include "input_system.h"	/* input_formatter_reg_load */
-#include "gp_device.h"		/* gp_device_reg_load */
 #endif
 #if defined(USE_INPUT_SYSTEM_VERSION_2) || defined(USE_INPUT_SYSTEM_VERSION_2401)
 #include "ia_css_tagger_common.h"