Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c0d2a48a65a8fc286aa84871cfc20d8c10dbf492 Commit: c0d2a48a65a8fc286aa84871cfc20d8c10dbf492 Parent: 53d885539293e98f5b979c20518858fc8f933749 Author: Ilpo Järvinen <[EMAIL PROTECTED]> AuthorDate: Mon Jan 7 18:00:58 2008 +0200 Committer: David Woodhouse <[EMAIL PROTECTED]> CommitDate: Sun Feb 3 17:58:05 2008 +1100
[MTD] jedec probe: drop unnecessary forward declarations Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> --- 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 4204bb2..4be51a8 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) { - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html