From: Harvey Harrison Date: Wed, 15 Oct 2008 15:50:59 +0000 (+0100) Subject: FRV: Switch unaligned access to the packed-struct implementation X-Git-Tag: v3.12-rc1~17780 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb76d5a4c4a74f4ff0bd4db5069f02fe4679a5ed;p=kernel%2Fkernel-generic.git FRV: Switch unaligned access to the packed-struct implementation Switch unaligned access to the packed-struct implementation for BE accesses as this reduces the size of the kernel a little. LE still uses the byte shift. Signed-off-by: Harvey Harrison Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- diff --git a/include/asm-frv/unaligned.h b/include/asm-frv/unaligned.h index 839a2fb..6c61c05 100644 --- a/include/asm-frv/unaligned.h +++ b/include/asm-frv/unaligned.h @@ -13,7 +13,7 @@ #define _ASM_UNALIGNED_H #include -#include +#include #include #define get_unaligned __get_unaligned_be