From 519d9424c33026677868e3b29203120261516996 Mon Sep 17 00:00:00 2001
From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Wed, 21 Sep 2016 11:28:54 +0900
Subject: [PATCH] Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>

This will be used to consolidate errno.h variants.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 include/linux/errno.h | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 include/linux/errno.h

diff --git a/include/linux/errno.h b/include/linux/errno.h
new file mode 100644
index 0000000000..4762ae91d0
--- /dev/null
+++ b/include/linux/errno.h
@@ -0,0 +1,6 @@
+#ifndef _LINUX_ERRNO_H
+#define _LINUX_ERRNO_H
+
+#include <asm-generic/errno.h>
+
+#endif
-- 
2.39.5