Skip to content

Commit

Permalink
[MTD] jedec probe: drop unnecessary forward declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
Ilpo Järvinen authored and David Woodhouse committed Feb 3, 2008
1 parent 53d8855 commit c0d2a48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/mtd/chips/jedec_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c0d2a48

Please sign in to comment.