From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Date: Sat, 27 Jul 2019 13:47:10 +0000 Subject: Re: [PATCH] sh: remove unneeded uapi asm-generic wrappers Message-Id: <87o91fpp29.wl-ysato@users.sourceforge.jp> List-Id: References: <20190723113036.14576-1-yamada.masahiro@socionext.com> In-Reply-To: <20190723113036.14576-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Masahiro Yamada Cc: Rich Felker , linux-sh@vger.kernel.org, Andrew Morton , Kuninori Morimoto , Simon Horman , linux-kernel@vger.kernel.org On Tue, 23 Jul 2019 20:30:36 +0900, Masahiro Yamada wrote: > > These are listed in include/uapi/asm-generic/Kbuild, so Kbuild will > automatically generate them. > > Signed-off-by: Masahiro Yamada > --- > > arch/sh/include/uapi/asm/setup.h | 2 -- > arch/sh/include/uapi/asm/types.h | 2 -- > 2 files changed, 4 deletions(-) > delete mode 100644 arch/sh/include/uapi/asm/setup.h > delete mode 100644 arch/sh/include/uapi/asm/types.h > > diff --git a/arch/sh/include/uapi/asm/setup.h b/arch/sh/include/uapi/asm/setup.h > deleted file mode 100644 > index 4bd19f80f9b0..000000000000 > --- a/arch/sh/include/uapi/asm/setup.h > +++ /dev/null > @@ -1,2 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > -#include > diff --git a/arch/sh/include/uapi/asm/types.h b/arch/sh/include/uapi/asm/types.h > deleted file mode 100644 > index 68100e108ea6..000000000000 > --- a/arch/sh/include/uapi/asm/types.h > +++ /dev/null > @@ -1,2 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > -#include > -- > 2.17.1 > Applied sh-next. Thanks. -- Yosinori Sato