summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/cfi_flash_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cfi_flash_new.c b/drivers/cfi_flash_new.c
index f2d4314b98..cd951d7bf1 100644
--- a/drivers/cfi_flash_new.c
+++ b/drivers/cfi_flash_new.c
@@ -516,7 +516,7 @@ static int cfi_probe (struct device_d *dev)
* when the passed address is greater or equal to the sector address
* we have a match
*/
-static inline flash_sect_t find_sector (flash_info_t * info, ulong addr)
+flash_sect_t find_sector (flash_info_t * info, ulong addr)
{
flash_sect_t sector;