
26 May
2010
26 May
'10
8:09 p.m.
On Wednesday 26 May 2010 07:52:37 Xulio Coira wrote:
Signed-off-by: Xulio Coira xulioc@gmail.com
arch/avr32/include/asm/unaligned.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) create mode 100644 arch/avr32/include/asm/unaligned.h
diff --git a/arch/avr32/include/asm/unaligned.h b/arch/avr32/include/asm/unaligned.h new file mode 100644 index 0000000..34b9ccc --- /dev/null +++ b/arch/avr32/include/asm/unaligned.h @@ -0,0 +1,6 @@ +#ifndef _ASM_AVR32_UNALIGNED_H +#define _ASM_AVR32_UNALIGNED_H
+#include <asm-generic/unaligned.h>
+#endif
typically #ifdef protection isnt needed when the header is merely a stub that forwards to the asm-generic one. not that it hurts the vast majority of the time. -mike