024b246ed2
Sam Ravnborg did the build-test that the direct header file move works, I'm just committing it. This is a pure move: mkdir arch/alpha/include git mv include/asm-alpha arch/alpha/include/asm with no other changes. Requested-and-tested-by: Sam Ravnborg <sam@ravnborg.org> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
301 B
C
11 lines
301 B
C
#ifndef _ASM_ALPHA_UNALIGNED_H
|
|
#define _ASM_ALPHA_UNALIGNED_H
|
|
|
|
#include <linux/unaligned/le_struct.h>
|
|
#include <linux/unaligned/be_byteshift.h>
|
|
#include <linux/unaligned/generic.h>
|
|
|
|
#define get_unaligned __get_unaligned_le
|
|
#define put_unaligned __put_unaligned_le
|
|
|
|
#endif /* _ASM_ALPHA_UNALIGNED_H */
|