aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi_flash_internal.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-04-13 22:04:11 +0200
committerWolfgang Denk <wd@denx.de>2011-04-13 22:04:11 +0200
commitf16b608ae7d0c4611d3a41d2570616a498e64d4c (patch)
tree213c9f261e590c22f21683a619d997a895ada35b /drivers/mtd/spi/spi_flash_internal.h
parent107b56bdd8e82b07458df11f8df4a01067512281 (diff)
parent1c091f59a03af9f2e821cb054fd555a2748dd091 (diff)
Merge branch 'sf' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'drivers/mtd/spi/spi_flash_internal.h')
-rw-r--r--drivers/mtd/spi/spi_flash_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi/spi_flash_internal.h b/drivers/mtd/spi/spi_flash_internal.h
index d7bcd6d6af..fc109cef53 100644
--- a/drivers/mtd/spi/spi_flash_internal.h
+++ b/drivers/mtd/spi/spi_flash_internal.h
@@ -64,7 +64,7 @@ int spi_flash_cmd_wait_ready(struct spi_flash *flash, unsigned long timeout);
/* Erase sectors. */
int spi_flash_cmd_erase(struct spi_flash *flash, u8 erase_cmd,
- u32 erase_size, u32 offset, size_t len);
+ u32 offset, size_t len);
/* Manufacturer-specific probe functions */
struct spi_flash *spi_flash_probe_spansion(struct spi_slave *spi, u8 *idcode);