summaryrefslogtreecommitdiff
path: root/wbsio_spi.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-16 22:05:42 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-16 22:05:42 +0000
commitdb778f43d384da0fc3e31c8b214a8109e1be3c05 (patch)
tree7592a765da81385bff5cfe1aa62f215618be948e /wbsio_spi.c
parentced540c3852b39919b31b52cf90d836dd2824552 (diff)
downloadflashrom-db778f43d384da0fc3e31c8b214a8109e1be3c05.tar.gz
Drop unused/duplicated #includes and some dead code (trivial).
Build-tested on 32bit x86. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@521 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'wbsio_spi.c')
-rw-r--r--wbsio_spi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wbsio_spi.c b/wbsio_spi.c
index e2cc4b1..9b82687 100644
--- a/wbsio_spi.c
+++ b/wbsio_spi.c
@@ -17,9 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <stdio.h>
-#include <pci/pci.h>
-#include <stdint.h>
#include <string.h>
#include "flash.h"
#include "spi.h"