浏览代码

[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>
Ilpo Järvinen 17 年之前
父节点
当前提交
c0d2a48a65
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      drivers/mtd/chips/jedec_probe.c

+ 0 - 8
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)
 {