From 4668a086bb0a769b741e3a4ffab85f1c41c7cdb8 Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Fri, 28 Sep 2012 08:23:45 +0000
Subject: [PATCH] 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>
---
 arch/sandbox/include/asm/errno.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 arch/sandbox/include/asm/errno.h

diff --git a/arch/sandbox/include/asm/errno.h b/arch/sandbox/include/asm/errno.h
new file mode 100644
index 0000000000..4c82b503d9
--- /dev/null
+++ b/arch/sandbox/include/asm/errno.h
@@ -0,0 +1 @@
+#include <asm-generic/errno.h>
-- 
2.39.5