commit | 4668a086bb0a769b741e3a4ffab85f1c41c7cdb8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 28 08:23:45 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Sat Sep 29 10:00:29 2012 -0700 |
tree | 7c844caca3c4415fcb500512eb6736d4f193be4e | |
parent | e5acb883aee6dbe5894f066216dbf9a18951113d [diff] [blame] |
sandbox: Add asm/errno.h This file is required for all archs. Fixes a sandbox build break on ext4. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/sandbox/include/asm/errno.h b/arch/sandbox/include/asm/errno.h new file mode 100644 index 0000000..4c82b50 --- /dev/null +++ b/arch/sandbox/include/asm/errno.h
@@ -0,0 +1 @@ +#include <asm-generic/errno.h>