Message ID | 1379868215-15270-1-git-send-email-ard.biesheuvel@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello. On 09/22/2013 08:43 PM, Ard Biesheuvel wrote: > Commit 09096f6 introduced an ARM specific <asm/types.h> to work Please also specify that commit's summary line in parens. > 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> WBR, Sergei
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
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(-)