aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-sh/unaligned.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/unaligned.h')
-rw-r--r--include/asm-sh/unaligned.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh/unaligned.h b/include/asm-sh/unaligned.h
new file mode 100644
index 000000000000..5250e3063b42
--- /dev/null
+++ b/include/asm-sh/unaligned.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_SH_UNALIGNED_H
+#define __ASM_SH_UNALIGNED_H
+
+/* SH can't handle unaligned accesses. */
+#include <asm-generic/unaligned.h>
+
+#endif /* __ASM_SH_UNALIGNED_H */