diff options
Diffstat (limited to 'util/flashrom/am29f040b.c')
-rw-r--r-- | util/flashrom/am29f040b.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/flashrom/am29f040b.c b/util/flashrom/am29f040b.c index cba4a289a6..e7f318bfb4 100644 --- a/util/flashrom/am29f040b.c +++ b/util/flashrom/am29f040b.c @@ -25,8 +25,6 @@ #include <stdio.h> #include <stdint.h> #include "flash.h" -#include "jedec.h" -#include "debug.h" static __inline__ int erase_sector_29f040b(volatile uint8_t *bios, unsigned long address) |