]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
sandbox: Add asm/errno.h
authorSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2012 08:23:45 +0000 (08:23 +0000)
committerTom 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]

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
@@ -0,0 +1 @@
+#include <asm-generic/errno.h>