mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-23 03:38:05 +08:00
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>
This commit is contained in:
parent
fde469701c
commit
d9a1126476
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user