nios2: use generic unaligned.h

Signed-off-by: Scott McNutt <smcnutt@psyent.com>
This commit is contained in:
Thomas Chou 2010-03-16 12:12:48 -04:00 committed by Wolfgang Denk
parent fd428c05c8
commit 352745ad48
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef _ASM_NIOS2_UNALIGNED_H
#define _ASM_NIOS2_UNALIGNED_H
#include <asm-generic/unaligned.h>
#endif /* _ASM_NIOS2_UNALIGNED_H */