diff options
Diffstat (limited to 'include/compiler.h')
-rw-r--r-- | include/compiler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/compiler.h b/include/compiler.h index 957f4b5d49..29507f9840 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -120,13 +120,8 @@ typedef unsigned int uint; #else /* !USE_HOSTCC */ -#ifdef CONFIG_USE_STDINT -/* Provided by gcc. */ -#include <stdint.h> -#else /* Type for `void *' pointers. */ typedef unsigned long int uintptr_t; -#endif #include <linux/string.h> #include <linux/types.h> |