summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2010-03-16 12:12:48 -0400
committerScott McNutt <smcnutt@psyent.com>2010-03-16 12:12:48 -0400
commit1e67fb32fbdae7949bb423c9e20b3f77c0a61663 (patch)
tree67aae36840e1c489fe49885f83fbc6d7c587f05b /include
parentf1fdc42e5efb9e3b6d0dd3b605d0848d3ca8a039 (diff)
downloadtalos-obmc-uboot-1e67fb32fbdae7949bb423c9e20b3f77c0a61663.tar.gz
talos-obmc-uboot-1e67fb32fbdae7949bb423c9e20b3f77c0a61663.zip
nios2: use generic unaligned.h
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-nios2/unaligned.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-nios2/unaligned.h b/include/asm-nios2/unaligned.h
new file mode 100644
index 0000000000..779117c4bc
--- /dev/null
+++ b/include/asm-nios2/unaligned.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_NIOS2_UNALIGNED_H
+#define _ASM_NIOS2_UNALIGNED_H
+
+#include <asm-generic/unaligned.h>
+
+#endif /* _ASM_NIOS2_UNALIGNED_H */
OpenPOWER on IntegriCloud