Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: atomisp: remove duplicate include in sh_css

'ia_css_isys.h' included in 'sh_css.c' is duplicated.
It is also included in the 30th line.

Link: https://lore.kernel.org/linux-media/20210306121104.218696-1-zhang.yunkai@zte.com.cn
Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Zhang Yunkai and committed by
Mauro Carvalho Chehab
5054241a 97b34809

-3
-3
drivers/staging/media/atomisp/pci/sh_css.c
··· 49 49 #include "ia_css_pipe_util.h" 50 50 #include "ia_css_pipe_binarydesc.h" 51 51 #include "ia_css_pipe_stagedesc.h" 52 - #ifndef ISP2401 53 - #include "ia_css_isys.h" 54 - #endif 55 52 56 53 #include "tag.h" 57 54 #include "assert_support.h"