From 14ba6682e99273273be74b8e8681d0604b85e9b9 Mon Sep 17 00:00:00 2001 From: Sean Nelson Date: Fri, 26 Feb 2010 05:48:29 +0000 Subject: Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h Some of the spi programmer drivers required chipdrivers.h, needs fixing later: it87spi.c ichspi.c sb600spi.c wbsio_spi.c buspirate_spi.c ft2232spi.c bitbang_spi.c dediprog.c Corresponding to flashrom svn r914. Signed-off-by: Sean Nelson Acked-by: Carl-Daniel Hailfinger --- bitbang_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbang_spi.c') diff --git a/bitbang_spi.c b/bitbang_spi.c index 8925884..8d6a9a1 100644 --- a/bitbang_spi.c +++ b/bitbang_spi.c @@ -23,6 +23,7 @@ #include #include #include "flash.h" +#include "chipdrivers.h" #include "spi.h" /* Length of half a clock period in usecs */ -- cgit v1.1