aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2013-11-25 09:55:22 +0100
committerMatt Turner <[email protected]>2015-05-26 10:01:45 -0700
commitae6d78d78a20c351164d371e94b2aadc54536b40 (patch)
tree18cc060cb4737ae018d9f6eb346521584580b357
parentebdd117e5aab748d06f872860f36a0b09d8aadfc (diff)
alpha: Remove #include <uapi/asm/types.h> from <asm/types.h>
Everything in arch/alpha/include/uapi/asm/types.h is protected by "#ifndef __KERNEL__", so it's unused for kernelspace. Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Richard Henderson <[email protected]> Cc: Ivan Kokshaysky <[email protected]> Acked-by: Matt Turner <[email protected]> Cc: [email protected] Signed-off-by: Matt Turner <[email protected]>
-rw-r--r--arch/alpha/include/asm/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/types.h b/arch/alpha/include/asm/types.h
index f61e1a56c378..4cb4b6d3452c 100644
--- a/arch/alpha/include/asm/types.h
+++ b/arch/alpha/include/asm/types.h
@@ -2,6 +2,5 @@
#define _ALPHA_TYPES_H
#include <asm-generic/int-ll64.h>
-#include <uapi/asm/types.h>
#endif /* _ALPHA_TYPES_H */