Author: hailfinger
Date: 2009-12-17 05:21:12 +0100 (Thu, 17 Dec 2009)
New Revision: 804

Modified:
   trunk/chipdrivers.h
Log:
Remove nonexisting functions from chipdrivers.h

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/chipdrivers.h
===================================================================
--- trunk/chipdrivers.h 2009-12-14 10:41:58 UTC (rev 803)
+++ trunk/chipdrivers.h 2009-12-17 04:21:12 UTC (rev 804)
@@ -97,8 +97,6 @@
 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 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 */


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to