Convert the existing it8716f_* functions to generic_spi_* functions

Corresponding to flashrom svn r147 and coreboot v2 svn r2863.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
diff --git a/flash.h b/flash.h
index 6029828..0e419ff 100644
--- a/flash.h
+++ b/flash.h
@@ -209,7 +209,7 @@
 
 /* spi.c */
 int probe_spi(struct flashchip *flash);
-int it87xx_probe_serial_flash(const char *name);
+int it87xx_probe_spi_flash(const char *name);
 
 /* 82802ab.c */
 int probe_82802ab(struct flashchip *flash);