From patchwork Mon Jun 12 03:27:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9780417 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CAC0960352 for ; Mon, 12 Jun 2017 03:37:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B9EE62785D for ; Mon, 12 Jun 2017 03:37:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE25A27CEA; Mon, 12 Jun 2017 03:37:55 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable 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 4068E2785D for ; Mon, 12 Jun 2017 03:37:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752002AbdFLDhz (ORCPT ); Sun, 11 Jun 2017 23:37:55 -0400 Received: from condef-04.nifty.com ([202.248.20.69]:24302 "EHLO condef-04.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000AbdFLDhy (ORCPT ); Sun, 11 Jun 2017 23:37:54 -0400 X-Greylist: delayed 303 seconds by postgrey-1.27 at vger.kernel.org; Sun, 11 Jun 2017 23:37:54 EDT Received: from conuserg-09.nifty.com ([10.126.8.72])by condef-04.nifty.com with ESMTP id v5C3S29g026831 for ; Mon, 12 Jun 2017 12:28:10 +0900 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id v5C3RXPJ001077; Mon, 12 Jun 2017 12:27:49 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v5C3RXPJ001077 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1497238069; bh=aM3Dj/8HywKbm1HdN6wzOwhoayaBhlIlibskwjUPyRg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=W8D6HKm0dVryCLE3joIpYsUFxC+TlVPsDf6F/DTFowXoVHdcAqXK/IbuxYl9JCnKO +DZvrt6yEwUI9N9gcQjso7Z5ChuqMJs0CtlXYsR2GN5rpcEg7iIfFCHRngAMM+8SuY m265p1zhoX9ikHzoxHNk3f8wQlMjlK9Qvusx4PsznUGv+UeW8FElPHMQeKao7IyJCI cCAJkl3btcdZJdk+D2UUI9G5nIygxVwsv4MZCqI3d1/dHWW+BlcLavgFBujZvL7/ts IdUbsj8YyweeqYrZ7uDBsWWzLvc3SAtpjT2IZqkqRctHSrTIZjd+UJjX64r/ZuimHW FILiSCNdl9+EQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org, linux-arch Cc: Masahiro Yamada , "James E.J. Bottomley" , Helge Deller , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org Subject: [PATCH 19/27] parisc: move generic-y of exported headers to uapi/asm/Kbuild Date: Mon, 12 Jun 2017 12:27:13 +0900 Message-Id: <1497238041-7011-20-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1497238041-7011-1-git-send-email-yamada.masahiro@socionext.com> References: <1497238041-7011-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since commit fcc8487d477a ("uapi: export all headers under uapi directories"), all (and only) headers under uapi directories are exported, but asm-generic wrappers are still exceptions. scripts/Makefile.headersinst still need to deal with old-kbuild-file for headers listed in arch/*/include/asm/Kbuild, but actually exported. As the last work to finish de-coupling the uapi from kernel headers, move generic-y of exported headers to uapi/asm/Kbuild. Signed-off-by: Masahiro Yamada --- arch/parisc/include/asm/Kbuild | 5 ----- arch/parisc/include/uapi/asm/Kbuild | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild index a9909c2d04c5..e26348d52ecc 100644 --- a/arch/parisc/include/asm/Kbuild +++ b/arch/parisc/include/asm/Kbuild @@ -1,5 +1,3 @@ - -generic-y += auxvec.h generic-y += barrier.h generic-y += clkdev.h generic-y += current.h @@ -11,14 +9,11 @@ generic-y += hw_irq.h generic-y += irq_regs.h generic-y += irq_work.h generic-y += kdebug.h -generic-y += kvm_para.h generic-y += local.h generic-y += local64.h generic-y += mcs_spinlock.h generic-y += mm-arch-hooks.h -generic-y += param.h generic-y += percpu.h -generic-y += poll.h generic-y += preempt.h generic-y += seccomp.h generic-y += segment.h diff --git a/arch/parisc/include/uapi/asm/Kbuild b/arch/parisc/include/uapi/asm/Kbuild index 3971c60a7e7f..196d2a4efb31 100644 --- a/arch/parisc/include/uapi/asm/Kbuild +++ b/arch/parisc/include/uapi/asm/Kbuild @@ -1,4 +1,8 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm +generic-y += auxvec.h +generic-y += kvm_para.h +generic-y += param.h +generic-y += poll.h generic-y += resource.h