| To: | kexec@lists.infradead.org, linux-mips@linux-mips.org, Tomasz Chmielewski <mangoo@wpkg.org> |
|---|---|
| Subject: | [patch 02/12] kexec-tools: mipsel: Remove purgatory/arch/mipsel/include/stdint.h |
| From: | Simon Horman <horms@verge.net.au> |
| Date: | Thu, 06 Mar 2008 18:46:39 +0900 |
| Cc: | Francesco Chiechi <francesco.chiechi@colibre.it> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20080306094637.669665743@vergenet.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | quilt/0.46-1 |
Remove purgatory/arch/mipsel/include/stdint.h as it just duplicates things found in system header files. Signed-off-by: Simon Horman <horms@verge.net.au> --- 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 |
| Previous by Date: | [patch 06/12] kexec-tools: mipsel: Remove unused variables from elf_mipsel_load, Simon Horman |
|---|---|
| Next by Date: | [patch 04/12] kexec-tools: mipsel: Remove duplication declaration of BOOTLOADER_VERSION, Simon Horman |
| Previous by Thread: | [patch 06/12] kexec-tools: mipsel: Remove unused variables from elf_mipsel_load, Simon Horman |
| Next by Thread: | [patch 04/12] kexec-tools: mipsel: Remove duplication declaration of BOOTLOADER_VERSION, Simon Horman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |