mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
media: atomisp: get rid of #ifdef HAS_BL
This does nothing but declare extern to a non-existing var. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user