]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
nios2: remove asm/psr.h
authorThomas Chou <thomas@wytron.com.tw>
Fri, 9 Oct 2015 01:32:00 +0000 (09:32 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:37:20 +0000 (07:37 +0800)
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>
arch/nios2/include/asm/psr.h [deleted file]
arch/nios2/include/asm/sections.h
arch/nios2/include/asm/unaligned.h

diff --git a/arch/nios2/include/asm/psr.h b/arch/nios2/include/asm/psr.h
deleted file mode 100644 (file)
index 3ebb2a0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
- * Scott McNutt <smcnutt@psyent.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
- */
-
-#ifndef __ASM_NIOS2_PSR_H_
-#define __ASM_NIOS2_PSR_H_
-
-
-#endif /* __ASM_NIOS2_PSR_H_ */
index f0da75dcf3e2663d4bb4951e52e9705d6c200363..2b8c5160388fb4863f05c33c15e42e22c53fc7a2 100644 (file)
@@ -1,11 +1 @@
-/*
- * Copyright (c) 2012 The Chromium OS Authors.
- * SPDX-License-Identifier:    GPL-2.0+
- */
-
-#ifndef __ASM_NIOS2_SECTIONS_H
-#define __ASM_NIOS2_SECTIONS_H
-
 #include <asm-generic/sections.h>
-
-#endif
index 779117c4bce6715b784645bbdb1794718eb96e55..6cecbbb2111fe6c7c1478446e5597e9b98f0c155 100644 (file)
@@ -1,6 +1 @@
-#ifndef _ASM_NIOS2_UNALIGNED_H
-#define _ASM_NIOS2_UNALIGNED_H
-
 #include <asm-generic/unaligned.h>
-
-#endif /* _ASM_NIOS2_UNALIGNED_H */