summaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-01-05 10:48:23 +0000
committerMacpaul Lin <macpaul@gmail.com>2013-02-18 15:29:07 +0800
commitea6bd08b7717bf0d3f69ad9f016bf3b03b3eaf16 (patch)
tree8977b28a49b2c6c7188ed97c32d811478032d9f4 /arch/nds32
parent9f024f62e4604274a23213dcee30016092e32e7b (diff)
downloadtalos-obmc-uboot-ea6bd08b7717bf0d3f69ad9f016bf3b03b3eaf16.tar.gz
talos-obmc-uboot-ea6bd08b7717bf0d3f69ad9f016bf3b03b3eaf16.zip
nds32: Add a basic errno.h
This is available on other architectures, and nds32 will start to break without it as code starts to use error numbers more. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/include/asm/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nds32/include/asm/errno.h b/arch/nds32/include/asm/errno.h
new file mode 100644
index 0000000000..4c82b503d9
--- /dev/null
+++ b/arch/nds32/include/asm/errno.h
@@ -0,0 +1 @@
+#include <asm-generic/errno.h>
OpenPOWER on IntegriCloud