[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210326094155.1441-1-thunder.leizhen@huawei.com>
Date: Fri, 26 Mar 2021 17:41:55 +0800
From: Zhen Lei <thunder.leizhen@...wei.com>
To: Mauro Carvalho Chehab <mchehab@...nel.org>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-media <linux-media@...r.kernel.org>,
netdev <netdev@...r.kernel.org>,
linux-staging <linux-staging@...ts.linux.dev>,
linux-kernel <linux-kernel@...r.kernel.org>
CC: Zhen Lei <thunder.leizhen@...wei.com>
Subject: [PATCH 1/1] media: atomisp: Remove duplicated header file inclusion
The header file "ia_css_isys.h" is already included above and can be
removed here.
Signed-off-by: Zhen Lei <thunder.leizhen@...wei.com>
---
drivers/staging/media/atomisp/pci/sh_css.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/sh_css.c b/drivers/staging/media/atomisp/pci/sh_css.c
index ddee04c8248d043..afddc54094e9f8d 100644
--- a/drivers/staging/media/atomisp/pci/sh_css.c
+++ b/drivers/staging/media/atomisp/pci/sh_css.c
@@ -49,9 +49,6 @@
#include "ia_css_pipe_util.h"
#include "ia_css_pipe_binarydesc.h"
#include "ia_css_pipe_stagedesc.h"
-#ifndef ISP2401
-#include "ia_css_isys.h"
-#endif
#include "tag.h"
#include "assert_support.h"
--
1.8.3
Powered by blists - more mailing lists