Commit c0a7df14 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: atomisp: get rid of #ifdef HAS_BL



This does nothing but declare extern to a non-existing var.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent d7ab37bc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -29,9 +29,6 @@ struct sh_css_fw_bi_file_h {
};

extern struct ia_css_fw_info     sh_css_sp_fw;
#if defined(HAS_BL)
extern struct ia_css_fw_info     sh_css_bl_fw;
#endif /* HAS_BL */
extern struct ia_css_blob_descr *sh_css_blob_info;
extern unsigned int sh_css_num_binaries;