From: Ilpo Järvinen Date: Mon, 7 Jan 2008 16:00:58 +0000 (+0200) Subject: [MTD] jedec probe: drop unnecessary forward declarations X-Git-Tag: v2.6.25-rc1~296^2~27 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c0d2a48a65a8fc286aa84871cfc20d8c10dbf492;p=linux-2.6-omap-h63xx.git [MTD] jedec probe: drop unnecessary forward declarations Signed-off-by: Ilpo Järvinen Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c index 4204bb23a17..4be51a86a85 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[] = { } }; - -static int cfi_jedec_setup(struct cfi_private *p_cfi, int index); - -static int jedec_probe_chip(struct map_info *map, uint32_t base, - unsigned long *chip_map, struct cfi_private *cfi); - -static struct mtd_info *jedec_probe(struct map_info *map); - static inline u32 jedec_read_mfr(struct map_info *map, uint32_t base, struct cfi_private *cfi) {