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>
This commit is contained in:
Masahiro Yamada 2016-09-21 11:28:54 +09:00 committed by Tom Rini
parent b5bf5cb3b3
commit 519d9424c3

6
include/linux/errno.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _LINUX_ERRNO_H
#define _LINUX_ERRNO_H
#include <asm-generic/errno.h>
#endif