summaryrefslogtreecommitdiff
path: root/sb600spi.c
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-08-16 12:08:22 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-08-16 12:08:22 +0000
commitc8cee4443b0acf36dc7b835f6cd2b82b1a17f3df (patch)
treeda1a452c658ecb3120fffe6d084a46a85d5792a4 /sb600spi.c
parent6fd69f0c25c1fdd855af93c073e886d56c01a31b (diff)
downloadflashrom-c8cee4443b0acf36dc7b835f6cd2b82b1a17f3df.tar.gz
Remove unneeded inclusions of chipdrivers.h
this is related to the spi split patch as discussed in: http://www.flashrom.org/pipermail/flashrom/2010-February/thread.html#2364 the old commit (r914) log notes: "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" there still remain a few cases where chipdrivers.h is needed: dediprog.c (spi_read_chunked and spi_write_chunked) it87spi.c (due to spi_write_enable and spi_read_status_register) wbsio_spi.c (spi_programmer registration only) besides that, there are also non-spi files that do not need it. also, add flash.h to chipdrivers.h because it uses some types of it and remove flashchips.h from print.c Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1414 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sb600spi.c b/sb600spi.c
index 37aac3b..5ad5782 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -24,7 +24,6 @@
#if defined(__i386__) || defined(__x86_64__)
#include "flash.h"
-#include "chipdrivers.h"
#include "programmer.h"
#include "spi.h"