summaryrefslogtreecommitdiff
path: root/arch/nios2/include/asm/unaligned.h
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-09 09:32:00 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 07:37:20 +0800
commit6368c3e75fdeaf5e183acc704409b3b5b6d682b5 (patch)
tree0c22d51cc80364fe6345ff2d78c6ee71059458c8 /arch/nios2/include/asm/unaligned.h
parentca844dd8c55f3b7bbba8144b0dcbf1297fcaece0 (diff)
downloadu-boot-imx-6368c3e75fdeaf5e183acc704409b3b5b6d682b5.zip
u-boot-imx-6368c3e75fdeaf5e183acc704409b3b5b6d682b5.tar.gz
u-boot-imx-6368c3e75fdeaf5e183acc704409b3b5b6d682b5.tar.bz2
nios2: remove asm/psr.h
Remove asm/psr.h, which is not used. Also clean up asm/sections.h and unaligned.h. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/nios2/include/asm/unaligned.h')
-rw-r--r--arch/nios2/include/asm/unaligned.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/nios2/include/asm/unaligned.h b/arch/nios2/include/asm/unaligned.h
index 779117c..6cecbbb 100644
--- a/arch/nios2/include/asm/unaligned.h
+++ b/arch/nios2/include/asm/unaligned.h
@@ -1,6 +1 @@
-#ifndef _ASM_NIOS2_UNALIGNED_H
-#define _ASM_NIOS2_UNALIGNED_H
-
#include <asm-generic/unaligned.h>
-
-#endif /* _ASM_NIOS2_UNALIGNED_H */