Commit d9a11264 authored by Jérémy Lefaure's avatar Jérémy Lefaure Committed by Greg Kroah-Hartman

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: default avatarJérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fde46970
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/module.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <linux/kmod.h> #include <linux/kmod.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/init.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <ia_css_pipeline.h> #include <ia_css_pipeline.h>
#define IA_CSS_INCLUDE_CONFIGURATIONS #define IA_CSS_INCLUDE_CONFIGURATIONS
#include "ia_css_isp_configs.h" #include "ia_css_isp_configs.h"
#include <assert_support.h>
#include "isp.h" #include "isp.h"
......
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
#include "math_support.h" /* CEIL_DIV */ #include "math_support.h" /* CEIL_DIV */
#if defined(HAS_INPUT_FORMATTER_VERSION_2) || defined(USE_INPUT_SYSTEM_VERSION_2401) #if defined(HAS_INPUT_FORMATTER_VERSION_2) || defined(USE_INPUT_SYSTEM_VERSION_2401)
#include "input_system.h" /* input_formatter_reg_load */ #include "input_system.h" /* input_formatter_reg_load */
#include "gp_device.h" /* gp_device_reg_load */
#endif #endif
#if defined(USE_INPUT_SYSTEM_VERSION_2) || defined(USE_INPUT_SYSTEM_VERSION_2401) #if defined(USE_INPUT_SYSTEM_VERSION_2) || defined(USE_INPUT_SYSTEM_VERSION_2401)
#include "ia_css_tagger_common.h" #include "ia_css_tagger_common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment