소스 검색

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 */