From 236c49a1c89f959e0b96c87a712688ba93abd3c4 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 20 Aug 2017 17:20:00 +0200 Subject: mtd: cfi: staticize functions Staticize a few functions and variables which are no longer exposed. Signed-off-by: Marek Vasut Cc: Stefan Roese Signed-off-by: Stefan Roese --- include/mtd/cfi_flash.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/mtd') diff --git a/include/mtd/cfi_flash.h b/include/mtd/cfi_flash.h index 52572b9b02d..eade2b3614f 100644 --- a/include/mtd/cfi_flash.h +++ b/include/mtd/cfi_flash.h @@ -165,8 +165,6 @@ extern int cfi_flash_num_flash_banks; #define CFI_MAX_FLASH_BANKS CONFIG_SYS_MAX_FLASH_BANKS #endif -void flash_write_cmd(flash_info_t * info, flash_sect_t sect, - uint offset, u32 cmd); 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); -- cgit v1.2.3