From patchwork Tue Jul 23 11:30:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 11054367 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3A10F112C for ; Tue, 23 Jul 2019 11:31:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2B84C20174 for ; Tue, 23 Jul 2019 11:31:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1FC55285E2; Tue, 23 Jul 2019 11:31:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CA0E3285E8 for ; Tue, 23 Jul 2019 11:31:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727744AbfGWLbx (ORCPT ); Tue, 23 Jul 2019 07:31:53 -0400 Received: from conuserg-11.nifty.com ([210.131.2.78]:16437 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727619AbfGWLbx (ORCPT ); Tue, 23 Jul 2019 07:31:53 -0400 X-Greylist: delayed 13295 seconds by postgrey-1.27 at vger.kernel.org; Tue, 23 Jul 2019 07:31:52 EDT Received: from localhost.localdomain (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id x6NBUlfL009979; Tue, 23 Jul 2019 20:30:48 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com x6NBUlfL009979 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1563881448; bh=ek5fX7jirXhSrc0zijLJq9soxIn74LwbNyps/vviFNE=; h=From:To:Cc:Subject:Date:From; b=bNcnoEEt/rqgRZ2oyKDGrXH7Dm5JZERdwXRP8IKPxB3rFTaio12i1LKtVKPMlcnN6 8DWweeWlEVuHeKiHflIT9Zr+J57+jzktfr8bcpt90/ZGk5uF2EvU8cIZcPSNy++E5N pmAlViyfNd7kMo/2RB20ziIuDoOPlOXdGVfz4nD6ckOhQOmgKpXNlKB7d1+Z/wx5I2 mCSoZpsniF6ubZqDq35r3GXKn1Za1m25NvPadKWxommFWQdmsu+T3vBwz1TzyloUKz RP20AAAV5s3j5BigWJP9MDr3oPlUcyWxQqyb0P0H7z6iACrR5lkJmybbcJjLu3WexW 9TBHBwgX+JhpQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org Cc: Masahiro Yamada , Andrew Morton , Kuninori Morimoto , Simon Horman , linux-kernel@vger.kernel.org Subject: [PATCH] sh: remove unneeded uapi asm-generic wrappers Date: Tue, 23 Jul 2019 20:30:36 +0900 Message-Id: <20190723113036.14576-1-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.17.1 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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