* [PATCH] ARM: drop <asm/types.h> from generic-y
@ 2013-09-22 16:43 Ard Biesheuvel
2013-09-22 20:34 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Ard Biesheuvel @ 2013-09-22 16:43 UTC (permalink / raw)
To: linux-arm-kernel
Commit 09096f6 introduced an ARM specific <asm/types.h> to work
around some ambiguities in the definitions of 32 bit types.
Hence, we will not be needing the generic version anymore.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
arch/arm/include/asm/Kbuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild
index d3db398..59ceae8 100644
--- a/arch/arm/include/asm/Kbuild
+++ b/arch/arm/include/asm/Kbuild
@@ -31,5 +31,4 @@ generic-y += termbits.h
generic-y += termios.h
generic-y += timex.h
generic-y += trace_clock.h
-generic-y += types.h
generic-y += unaligned.h
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-22 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-22 16:43 [PATCH] ARM: drop <asm/types.h> from generic-y Ard Biesheuvel
2013-09-22 20:34 ` Sergei Shtylyov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.