From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D267AC7618B for ; Sat, 27 Jul 2019 13:47:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC4B82084C for ; Sat, 27 Jul 2019 13:47:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387743AbfG0NrN (ORCPT ); Sat, 27 Jul 2019 09:47:13 -0400 Received: from mail02.asahi-net.or.jp ([202.224.55.14]:45295 "EHLO mail02.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387576AbfG0NrN (ORCPT ); Sat, 27 Jul 2019 09:47:13 -0400 Received: from h61-195-96-97.vps.ablenet.jp (h61-195-96-97.ablenetvps.ne.jp [61.195.96.97]) (Authenticated sender: PQ4Y-STU) by mail02.asahi-net.or.jp (Postfix) with ESMTPA id F0BA04AC2F; Sat, 27 Jul 2019 22:47:10 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by h61-195-96-97.vps.ablenet.jp (Postfix) with ESMTPSA id 8B54D240085; Sat, 27 Jul 2019 22:47:10 +0900 (JST) Date: Sat, 27 Jul 2019 22:47:10 +0900 Message-ID: <87o91fpp29.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Masahiro Yamada Cc: Rich Felker , linux-sh@vger.kernel.org, Andrew Morton , Kuninori Morimoto , Simon Horman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] sh: remove unneeded uapi asm-generic wrappers In-Reply-To: <20190723113036.14576-1-yamada.masahiro@socionext.com> References: <20190723113036.14576-1-yamada.masahiro@socionext.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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