projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d8855
)
[MTD] jedec probe: drop unnecessary forward declarations
author
Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi>
Mon, 7 Jan 2008 16:00:58 +0000
(18:00 +0200)
committer
David Woodhouse
<dwmw2@infradead.org>
Sun, 3 Feb 2008 06:58:05 +0000
(17:58 +1100)
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/chips/jedec_probe.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/chips/jedec_probe.c
b/drivers/mtd/chips/jedec_probe.c
index
4204bb2
..
4be51a8
100644
(file)
--- 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)
{