On Sun, 10 Jul 2011 14:01:44 +0200 Stefan Tauner stefan.tauner@student.tuwien.ac.at wrote:
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 it87spi.c wbsio_spi.c (spi_programmer registration only)
besides that, there are also non-spi files that do not need it.
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
self-acked and committed in r1414