aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-11-25 09:55:22 +0100
committerMatt Turner <mattst88@gmail.com>2015-05-26 10:01:45 -0700
commitae6d78d78a20c351164d371e94b2aadc54536b40 (patch)
tree18cc060cb4737ae018d9f6eb346521584580b357 /arch
parentalpha: clean up unnecessary MSI/MSI-X capability find (diff)
downloadlinux-dev-ae6d78d78a20c351164d371e94b2aadc54536b40.tar.xz
linux-dev-ae6d78d78a20c351164d371e94b2aadc54536b40.zip
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 <geert@linux-m68k.org> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Acked-by: Matt Turner <mattst88@gmail.com> Cc: linux-alpha@vger.kernel.org Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch')
-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 */