projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdd117
)
alpha: Remove #include <uapi/asm/types.h> from <asm/types.h>
author
Geert Uytterhoeven
<
[email protected]
>
Mon, 25 Nov 2013 08:55:22 +0000
(09:55 +0100)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/arch/alpha/include/asm/types.h
b/arch/alpha/include/asm/types.h
index f61e1a56c3787bcbd4a2ab093d1c58c7715fa6c4..4cb4b6d3452c0b3439c3aa3c0f928f74de09fb3a 100644
(file)
--- 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 */