From d3abc651bcc5565b708e157df0864d11508b7b58 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Thu, 17 Dec 2009 04:21:12 +0000 Subject: Remove nonexisting functions from chipdrivers.h Corresponding to flashrom svn r804. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger --- chipdrivers.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chipdrivers.h') diff --git a/chipdrivers.h b/chipdrivers.h index 9015f6a6..d24a027f 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -97,8 +97,6 @@ int erase_m29f400bt(struct flashchip *flash); int block_erase_m29f400bt(struct flashchip *flash, int start, int len); int write_m29f400bt(struct flashchip *flash, uint8_t *buf); int write_coreboot_m29f400bt(struct flashchip *flash, uint8_t *buf); -void toggle_ready_m29f400bt(chipaddr dst); -void data_polling_m29f400bt(chipaddr dst, uint8_t data); void protect_m29f400bt(chipaddr bios); void write_page_m29f400bt(chipaddr bios, uint8_t *src, chipaddr dst, int page_size); @@ -117,8 +115,6 @@ int write_49fl00x(struct flashchip *flash, uint8_t *buf); int probe_lhf00l04(struct flashchip *flash); int erase_lhf00l04(struct flashchip *flash); int write_lhf00l04(struct flashchip *flash, uint8_t *buf); -void toggle_ready_lhf00l04(chipaddr dst); -void data_polling_lhf00l04(chipaddr dst, uint8_t data); void protect_lhf00l04(chipaddr bios); /* sst28sf040.c */ -- cgit v1.2.3