summaryrefslogtreecommitdiffstats
path: root/include/asm-microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-06-30 23:47:30 +1000
committerMichal Simek <monstr@monstr.eu>2009-07-09 14:07:11 +0200
commitbc0d3296f1780b50e6b9630aee5eb368f2afb6cb (patch)
tree56b2643563d890d168212611a7b9b78fbcd8325a /include/asm-microblaze
parent59869ca72df8bc4e4ffa9dd17cb6673bbe010272 (diff)
downloadblackbird-obmc-uboot-bc0d3296f1780b50e6b9630aee5eb368f2afb6cb.tar.gz
blackbird-obmc-uboot-bc0d3296f1780b50e6b9630aee5eb368f2afb6cb.zip
asm-generic: Consolidate errno.h to asm-generic/errno.h
This patch use blackfin errno.h implementation which correspond Linux kernel one. MIPS implemetation is different that's why I keep it. I removed ppc_error_no.h from Marvell boards which was the same too. I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians. Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include/asm-microblaze')
-rw-r--r--include/asm-microblaze/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-microblaze/errno.h b/include/asm-microblaze/errno.h
new file mode 100644
index 0000000000..4c82b503d9
--- /dev/null
+++ b/include/asm-microblaze/errno.h
@@ -0,0 +1 @@
+#include <asm-generic/errno.h>
OpenPOWER on IntegriCloud