diff options
Diffstat (limited to 'include/asm-blackfin/unaligned.h')
-rw-r--r-- | include/asm-blackfin/unaligned.h | 6 |
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 00000000000..10081dc241e --- /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 */ |