mirror of
https://github.com/torvalds/linux.git
synced 2026-08-08 16:37:47 +02: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:
parent
d7ab37bcdd
commit
c0a7df148e
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user