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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5877EC433EF for ; Tue, 15 Feb 2022 07:05:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234684AbiBOHFV (ORCPT ); Tue, 15 Feb 2022 02:05:21 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:45310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231826AbiBOHFU (ORCPT ); Tue, 15 Feb 2022 02:05:20 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93E8171C80; Mon, 14 Feb 2022 23:05:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=MhVjaD6fKKFUY3syRqRUXpYiG3rg2FDHC/gPL4/YajA=; b=vWKYZDkh2ThhdOCMRvpK9z90I4 lcJmP7/B4jG3SY1wyw3GDvh04rdqqWYt7chLNi3fHbvH3E5nOBuB2aNaPPRuDtZEs7hDrWg40Yxf8 IzGHL0rdLvnDbQkqFscF+TxSyHN6rb7yfCsaXjWZiLhSxxufr8p9XvOwak3b/p+SE7w/kTmEC9IC+ U1pEc/Oko7RjsKNEnnp6BNBFMMNChUoDENX7BKF1JQfcZm4FHYlNWiT/iXQlqVZIn+2mdFI65CGYL unwY/xFFEAT5x/U8kcDanVdXcv7+aZ2p9gV5i//GgKmgRcY7ws+6Af+J2cbZdpgrA0w12LyLBdSOs zrdT+lXg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJrtK-000yjI-L4; Tue, 15 Feb 2022 07:04:50 +0000 Date: Mon, 14 Feb 2022 23:04:50 -0800 From: Christoph Hellwig To: "Maciej W. Rozycki" Cc: Sudip Mukherjee , Catalin Marinas , Will Deacon , Guo Ren , Paul Walmsley , Palmer Dabbelt , Albert Ou , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Alexander Gordeev , Sven Schnelle , Jeff Dike , Richard Weinberger , Anton Ivanov , Chris Zankel , Max Filippov , linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-um@lists.infradead.org, linux-xtensa@linux-xtensa.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] parport_pc: Also enable driver for PCI systems Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org > =================================================================== > --- linux-macro.orig/arch/arm64/include/asm/Kbuild > +++ linux-macro/arch/arm64/include/asm/Kbuild > @@ -3,6 +3,7 @@ generic-y += early_ioremap.h > generic-y += mcs_spinlock.h > generic-y += qrwlock.h > generic-y += qspinlock.h > +generic-y += parport.h Instead of adding generic-y just ad a mandatory-y in include/asm-generic/Kbuild.