diff options
-rw-r--r-- | atahpt.c | 1 | ||||
-rw-r--r-- | bitbang_spi.c | 1 | ||||
-rw-r--r-- | buspirate_spi.c | 1 | ||||
-rw-r--r-- | cbtable.c | 1 | ||||
-rw-r--r-- | chipset_enable.c | 1 | ||||
-rw-r--r-- | cli_classic.c | 1 | ||||
-rw-r--r-- | dummyflasher.c | 1 | ||||
-rw-r--r-- | ft2232_spi.c | 1 | ||||
-rw-r--r-- | gfxnvidia.c | 1 | ||||
-rw-r--r-- | hwaccess.h | 1 | ||||
-rw-r--r-- | internal.c | 2 | ||||
-rw-r--r-- | mcp6x_spi.c | 1 | ||||
-rw-r--r-- | pcidev.c | 1 | ||||
-rw-r--r-- | physmap.c | 3 | ||||
-rw-r--r-- | serial.c | 1 | ||||
-rw-r--r-- | serprog.c | 1 |
16 files changed, 0 insertions, 19 deletions
@@ -20,7 +20,6 @@ #include <stdlib.h> #include <string.h> -#include <sys/types.h> #include "flash.h" #include "programmer.h" diff --git a/bitbang_spi.c b/bitbang_spi.c index fe85b60..fb404ac 100644 --- a/bitbang_spi.c +++ b/bitbang_spi.c @@ -18,7 +18,6 @@ */ #include <stdio.h> -#include <stdint.h> #include <string.h> #include <stdlib.h> #include <ctype.h> diff --git a/buspirate_spi.c b/buspirate_spi.c index 9890d48..d24f890 100644 --- a/buspirate_spi.c +++ b/buspirate_spi.c @@ -18,7 +18,6 @@ */ #include <stdio.h> -#include <stdint.h> #include <string.h> #include <stdlib.h> #include <ctype.h> @@ -25,7 +25,6 @@ #include <unistd.h> #include <stdio.h> #include <stdlib.h> -#include <sys/types.h> #include <string.h> #include "flash.h" #include "programmer.h" diff --git a/chipset_enable.c b/chipset_enable.c index 58bddaa..9967070 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -29,7 +29,6 @@ #include <stdlib.h> #include <string.h> -#include <sys/types.h> #include <unistd.h> #include "flash.h" #include "programmer.h" diff --git a/cli_classic.c b/cli_classic.c index 09504d7..979a822 100644 --- a/cli_classic.c +++ b/cli_classic.c @@ -23,7 +23,6 @@ #include <stdio.h> #include <fcntl.h> -#include <sys/types.h> #include <sys/stat.h> #include <string.h> #include <stdlib.h> diff --git a/dummyflasher.c b/dummyflasher.c index a356d51..9b8bb53 100644 --- a/dummyflasher.c +++ b/dummyflasher.c @@ -21,7 +21,6 @@ #include <string.h> #include <stdlib.h> #include <ctype.h> -#include <sys/types.h> #include "flash.h" #include "chipdrivers.h" #include "programmer.h" diff --git a/ft2232_spi.c b/ft2232_spi.c index 30eff42..9c6b017 100644 --- a/ft2232_spi.c +++ b/ft2232_spi.c @@ -21,7 +21,6 @@ #if CONFIG_FT2232_SPI == 1 #include <stdio.h> -#include <stdint.h> #include <string.h> #include <stdlib.h> #include <ctype.h> diff --git a/gfxnvidia.c b/gfxnvidia.c index b0bf79b..7825380 100644 --- a/gfxnvidia.c +++ b/gfxnvidia.c @@ -20,7 +20,6 @@ #include <stdlib.h> #include <string.h> -#include <sys/types.h> #include "flash.h" #include "programmer.h" @@ -252,7 +252,6 @@ cpu_to_be(64) #define iopl amd64_iopl #endif #endif - #include <stdint.h> static inline void outb(uint8_t value, uint16_t port) { @@ -18,10 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <stdint.h> #include <string.h> #include <stdlib.h> -#include <sys/types.h> #include "flash.h" #include "programmer.h" diff --git a/mcp6x_spi.c b/mcp6x_spi.c index 97c0a1c..0e0d311 100644 --- a/mcp6x_spi.c +++ b/mcp6x_spi.c @@ -25,7 +25,6 @@ #if defined(__i386__) || defined(__x86_64__) -#include <stdint.h> #include <stdlib.h> #include <ctype.h> #include "flash.h" @@ -20,7 +20,6 @@ #include <stdlib.h> #include <string.h> -#include <sys/types.h> #include "flash.h" #include "programmer.h" @@ -22,7 +22,6 @@ #include <unistd.h> #include <stdio.h> -#include <sys/types.h> #include <stdlib.h> #include <string.h> #include "flash.h" @@ -135,8 +134,6 @@ void cleanup_cpu_msr(void) } #elif defined(__DARWIN__) -#include <DirectIO/darwinio.h> - #define MEM_DEV "DirectIO" static void *sys_physmap(unsigned long phys_addr, size_t len) @@ -25,7 +25,6 @@ #include <string.h> #include <ctype.h> #include <fcntl.h> -#include <sys/types.h> #include <sys/stat.h> #include <errno.h> #include <inttypes.h> @@ -25,7 +25,6 @@ #include <string.h> #include <ctype.h> #include <fcntl.h> -#include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include <netinet/in.h> |