From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Wed, 21 Sep 2016 07:28:49 +0000 Subject: [U-Boot] [PATCH 2/8] Remove arch/${ARCH}/include/asm/errno.h In-Reply-To: <1474423285-14403-3-git-send-email-yamada.masahiro@socionext.com> References: <1474423285-14403-1-git-send-email-yamada.masahiro@socionext.com> <1474423285-14403-3-git-send-email-yamada.masahiro@socionext.com> Message-ID: <1474442922.4311.0.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro-san, On Wed, 2016-09-21 at 11:01 +0900, Masahiro Yamada wrote: > Unlike Linux, nothing about errno.h is arch-specific in U-Boot. > As you see, all of arch/${ARCH}/include/asm/errno.h is just a > wrapper of .??Actually, U-Boot does not > export headers to user-space, so we just have to care about the > consistency in the U-Boot tree. > > Now all of include directives for are gone. > Deprecate . > > Signed-off-by: Masahiro Yamada > --- > > ?arch/arc/include/asm/errno.h????????| 1 - Acked-by: Alexey Brodkin