Audit <flash.h> inclusion
A large number of files include <flash.h> as it used to be how various SPI flash related functions were found, or for other reasons entirely. In order to migrate some further CONFIG symbols to Kconfig we need to not include flash.h in cases where we don't have a NOR flash of some sort enabled. Furthermore, in cases where we are in common code and it doesn't make sense to try and further refactor the code itself in to new files we need to guard this inclusion. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -176,7 +176,6 @@ extern int cfi_flash_num_flash_banks;
|
||||
|
||||
phys_addr_t cfi_flash_bank_addr(int i);
|
||||
unsigned long cfi_flash_bank_size(int i);
|
||||
void flash_cmd_reset(flash_info_t *info);
|
||||
|
||||
#ifdef CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS
|
||||
void flash_write8(u8 value, void *addr);
|
||||
|
||||
Reference in New Issue
Block a user