projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5acb88
)
sandbox: Add asm/errno.h
author
Simon Glass
<sjg@chromium.org>
Fri, 28 Sep 2012 08:23:45 +0000
(08:23 +0000)
committer
Tom Rini
<trini@ti.com>
Sat, 29 Sep 2012 17:00:29 +0000
(10:00 -0700)
This file is required for all archs. Fixes a sandbox build break on ext4.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/errno.h
[new file with mode: 0644]
patch
|
blob
diff --git a/arch/sandbox/include/asm/errno.h
b/arch/sandbox/include/asm/errno.h
new file mode 100644
(file)
index 0000000..
4c82b50
--- /dev/null
+++ b/
arch/sandbox/include/asm/errno.h
@@ -0,0
+1
@@
+#include <asm-generic/errno.h>