aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/unaligned.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/unaligned.h')
-rw-r--r--include/asm-blackfin/unaligned.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-blackfin/unaligned.h b/include/asm-blackfin/unaligned.h
new file mode 100644
index 000000000000..10081dc241ef
--- /dev/null
+++ b/include/asm-blackfin/unaligned.h
@@ -0,0 +1,6 @@
+#ifndef __BFIN_UNALIGNED_H
+#define __BFIN_UNALIGNED_H
+
+#include <asm-generic/unaligned.h>
+
+#endif /* __BFIN_UNALIGNED_H */