From patchwork Wed Sep 21 02:28:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76648 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1793786qgf; Tue, 20 Sep 2016 19:29:14 -0700 (PDT) X-Received: by 10.28.130.137 with SMTP id e131mr763333wmd.14.1474424954294; Tue, 20 Sep 2016 19:29:14 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id t73si27288983wme.10.2016.09.20.19.29.14; Tue, 20 Sep 2016 19:29:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 10C6AB3830; Wed, 21 Sep 2016 04:28:19 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y3AMvaOa6Z3J; Wed, 21 Sep 2016 04:28:18 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D056AB387B; Wed, 21 Sep 2016 04:28:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BEC33A7533 for ; Wed, 21 Sep 2016 04:27:59 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bYUQU4rVe1jW for ; Wed, 21 Sep 2016 04:27:59 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 IN_IX_MANITU=4.35 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 15E3DA7560 for ; Wed, 21 Sep 2016 04:27:32 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u8L2QubW012826; Wed, 21 Sep 2016 11:27:02 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u8L2QubW012826 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1474424822; bh=a9WpI0l13MoRId1QkRaMAbA2Ue+5oFWrHpg7psIQtjU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=od7rKHA1C40sgmyJPsax0bIDuHgjssVrCtjUfag3gym9Oo0RO0ReQqGayzB9EGaX2 ZYirvA+9Djzs8HPtiyw70uWkgkitmi8JP8VPclbtr2Mcg1BhmYWPfMLIPfwrHlH20a k9lHVPYe5wL8Fo9YbmelXIhJjy2ySfiu2dhsLcw8RfvqtNHYHr0UFMVTGHv4lf8fvS kIqvI13y8nMi7Q5MKI9CtHdC0xqazBKCfl+sfmDuiJgsuDlk7RpzRoY6LafLBTp6Vw NmRsmUJrGR63wM0LNDOT52SEIjQrJyhUnTQBAJUFFQeCstqP5qdMN+5PPqghtVe9Hm UC/26JnIBVSbg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 21 Sep 2016 11:28:54 +0900 Message-Id: <1474424946-16085-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474424946-16085-1-git-send-email-yamada.masahiro@socionext.com> References: <1474424946-16085-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Tom Rini , Alexey Brodkin Subject: [U-Boot] [RESEND PATCH 02/10] Add as a wrapper of X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This will be used to consolidate errno.h variants. Signed-off-by: Masahiro Yamada --- include/linux/errno.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/linux/errno.h -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/include/linux/errno.h b/include/linux/errno.h new file mode 100644 index 0000000..4762ae9 --- /dev/null +++ b/include/linux/errno.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_ERRNO_H +#define _LINUX_ERRNO_H + +#include + +#endif