Переглянути джерело

nios2: use generic unaligned.h

Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Thomas Chou 15 роки тому
батько
коміт
1e67fb32fb
1 змінених файлів з 6 додано та 0 видалено
  1. 6 0
      include/asm-nios2/unaligned.h

+ 6 - 0
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 */