From b05b9e100a9dd1c1c66963e59bffe4b9ea32f8e4 Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Thu, 22 Jul 2010 18:04:19 +0000 Subject: Move SB600 SPI initialization to sb600spi.c Corresponding to flashrom svn r1099. Signed-off-by: Michael Karcher Acked-by: Carl-Daniel Hailfinger --- flash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 1cf333ac..1827115e 100644 --- a/flash.h +++ b/flash.h @@ -719,11 +719,11 @@ int it8716f_spi_chip_read(struct flashchip *flash, uint8_t *buf, int start, int int it8716f_spi_chip_write_256(struct flashchip *flash, uint8_t *buf, int start, int len); /* sb600spi.c */ +int sb600_probe_spi(struct pci_dev *dev); int sb600_spi_send_command(unsigned int writecnt, unsigned int readcnt, const unsigned char *writearr, unsigned char *readarr); int sb600_spi_read(struct flashchip *flash, uint8_t *buf, int start, int len); int sb600_spi_write_256(struct flashchip *flash, uint8_t *buf, int start, int len); -extern uint8_t *sb600_spibar; /* wbsio_spi.c */ int wbsio_check_for_spi(void); -- cgit v1.2.3