]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: atomisp: remove the repeated declaration
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Tue, 25 May 2021 06:02:39 +0000 (08:02 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 23 Jul 2021 07:04:02 +0000 (09:04 +0200)
Function 'ia_css_mmu_invalidate_cache' is declared twice, remove the
repeated declaration.

Link: https://lore.kernel.org/linux-media/1621922559-1859-1-git-send-email-zhangshaokun@hisilicon.com
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_compat.h

index a60551450c452ba1016bab5f6c19e3cd623f38dd..c16eaf3d126f7c75598f6d5bb9c4f71bc75f6b9e 100644 (file)
@@ -83,8 +83,6 @@ int atomisp_q_dis_buffer_to_css(struct atomisp_sub_device *asd,
 
 void ia_css_mmu_invalidate_cache(void);
 
-void ia_css_mmu_invalidate_cache(void);
-
 int atomisp_css_start(struct atomisp_sub_device *asd,
                      enum ia_css_pipe_id pipe_id, bool in_reset);