diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-01-07 11:00:58 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-02-03 01:58:05 -0500 |
commit | c0d2a48a65a8fc286aa84871cfc20d8c10dbf492 (patch) | |
tree | 8ce498684545528a4e861372efa0e98216d0d97d /drivers/mtd | |
parent | 53d885539293e98f5b979c20518858fc8f933749 (diff) |
[MTD] jedec probe: drop unnecessary forward declarations
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/chips/jedec_probe.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c index 4204bb23a175..4be51a86a85c 100644 --- a/drivers/mtd/chips/jedec_probe.c +++ b/drivers/mtd/chips/jedec_probe.c | |||
@@ -1646,14 +1646,6 @@ static const struct amd_flash_info jedec_table[] = { | |||
1646 | } | 1646 | } |
1647 | }; | 1647 | }; |
1648 | 1648 | ||
1649 | |||
1650 | static int cfi_jedec_setup(struct cfi_private *p_cfi, int index); | ||
1651 | |||
1652 | static int jedec_probe_chip(struct map_info *map, uint32_t base, | ||
1653 | unsigned long *chip_map, struct cfi_private *cfi); | ||
1654 | |||
1655 | static struct mtd_info *jedec_probe(struct map_info *map); | ||
1656 | |||
1657 | static inline u32 jedec_read_mfr(struct map_info *map, uint32_t base, | 1649 | static inline u32 jedec_read_mfr(struct map_info *map, uint32_t base, |
1658 | struct cfi_private *cfi) | 1650 | struct cfi_private *cfi) |
1659 | { | 1651 | { |