mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 15:12:21 +00:00
nios2: use generic unaligned.h
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
This commit is contained in:
parent
fd428c05c8
commit
352745ad48
1 changed files with 6 additions and 0 deletions
6
include/asm-nios2/unaligned.h
Normal file
6
include/asm-nios2/unaligned.h
Normal 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 */
|
Loading…
Reference in a new issue