Remove purgatory/arch/mipsel/include/stdint.h as it just duplicates things found in system header files. Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- purgatory/arch/mipsel/include/stdint.h | 16 ---------------- 1 file changed, 16 deletions(-) Index: kexec-tools-mips/purgatory/arch/mipsel/include/stdint.h =================================================================== --- kexec-tools-mips.orig/purgatory/arch/mipsel/include/stdint.h 2008-02-27 19:02:34.000000000 +0900 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -#ifndef STDINT_H -#define STDINT_H - -typedef unsigned long size_t; - -typedef unsigned char uint8_t; -typedef unsigned short uint16_t; -typedef unsigned int uint32_t; -typedef unsigned long long uint64_t; - -typedef signed char int8_t; -typedef signed short int16_t; -typedef signed int int32_t; -typedef signed long long int64_t; - -#endif /* STDINT_H */ -- -- Horms