All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] nds32: Add a basic errno.h
@ 2013-01-05 20:48 Simon Glass
  2013-01-06 11:37 ` Macpaul Lin
  2013-02-18  7:37 ` Macpaul Lin
  0 siblings, 2 replies; 7+ messages in thread
From: Simon Glass @ 2013-01-05 20:48 UTC (permalink / raw)
  To: u-boot

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>
---
 arch/nds32/include/asm/errno.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 arch/nds32/include/asm/errno.h

diff --git a/arch/nds32/include/asm/errno.h b/arch/nds32/include/asm/errno.h
new file mode 100644
index 0000000..4c82b50
--- /dev/null
+++ b/arch/nds32/include/asm/errno.h
@@ -0,0 +1 @@
+#include <asm-generic/errno.h>
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-18  7:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05 20:48 [U-Boot] [PATCH] nds32: Add a basic errno.h Simon Glass
2013-01-06 11:37 ` Macpaul Lin
2013-01-06 16:28   ` Simon Glass
2013-01-06 17:16     ` Tom Rini
2013-01-06 17:24       ` Simon Glass
2013-01-07 13:54         ` Tom Rini
2013-02-18  7:37 ` Macpaul Lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.