diff options
author | uwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2009-05-16 22:05:42 +0000 |
---|---|---|
committer | uwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2009-05-16 22:05:42 +0000 |
commit | db778f43d384da0fc3e31c8b214a8109e1be3c05 (patch) | |
tree | 7592a765da81385bff5cfe1aa62f215618be948e /stm50flw0x0x.c | |
parent | ced540c3852b39919b31b52cf90d836dd2824552 (diff) | |
download | flashrom-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 'stm50flw0x0x.c')
-rw-r--r-- | stm50flw0x0x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stm50flw0x0x.c b/stm50flw0x0x.c index 0e39bce..b2469f3 100644 --- a/stm50flw0x0x.c +++ b/stm50flw0x0x.c @@ -26,9 +26,7 @@ * ST M50FLW080B (not yet tested) */ -#include <stdio.h> #include <string.h> -#include <stdint.h> #include "flash.h" void protect_stm50flw0x0x(chipaddr bios) |