Skip to content

Commit

Permalink
media: atomisp: remove the repeated declaration
Browse files Browse the repository at this point in the history
Function 'ia_css_mmu_invalidate_cache' is declared twice, remove the
repeated declaration.

Link: https://lore.kernel.org/linux-media/[email protected]
Signed-off-by: Shaokun Zhang <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
zhangshk authored and mchehab committed Jul 23, 2021
1 parent 2803555 commit 0ae19e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/media/atomisp/pci/atomisp_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0ae19e8

Please sign in to comment.