alpha: Remove #include <uapi/asm/types.h> from <asm/types.h>
authorGeert Uytterhoeven <[email protected]>
Mon, 25 Nov 2013 08:55:22 +0000 (09:55 +0100)
committerMatt Turner <[email protected]>
Tue, 26 May 2015 17:01:45 +0000 (10:01 -0700)
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]>
arch/alpha/include/asm/types.h

index f61e1a56c3787bcbd4a2ab093d1c58c7715fa6c4..4cb4b6d3452c0b3439c3aa3c0f928f74de09fb3a 100644 (file)
@@ -2,6 +2,5 @@
 #define _ALPHA_TYPES_H
 
 #include <asm-generic/int-ll64.h>
-#include <uapi/asm/types.h>
 
 #endif /* _ALPHA_TYPES_H */