From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752513AbcGSWFS (ORCPT ); Tue, 19 Jul 2016 18:05:18 -0400 Received: from mail.kernel.org ([198.145.29.136]:56480 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752486AbcGSWFO (ORCPT ); Tue, 19 Jul 2016 18:05:14 -0400 Date: Tue, 19 Jul 2016 17:05:10 -0500 From: Bjorn Helgaas To: Ben Dooks Cc: linux-kernel@lists.codethink.co.uk, Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 9/9] [RFC] pci: include for isa_dma_bridge_buggy Message-ID: <20160719220510.GD18635@localhost> References: <1466175913-19067-1-git-send-email-ben.dooks@codethink.co.uk> <1466175913-19067-10-git-send-email-ben.dooks@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466175913-19067-10-git-send-email-ben.dooks@codethink.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 17, 2016 at 04:05:13PM +0100, Ben Dooks wrote: > At least on arm, does not get included when building > drivers/pci/pci.o. This causes the following build warning which > can be fixed by including : > > drivers/pci/pci.c:37:5: warning: symbol 'isa_dma_bridge_buggy' was not declared. Should it be static? > > Signed-off-by: Ben Dooks Applied to pci/misc for v4.8, thanks, Ben! > --- > Cc: Bjorn Helgaas > Cc: linux-pci@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- > drivers/pci/pci.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c > index 9add285..86b538d 100644 > --- a/drivers/pci/pci.c > +++ b/drivers/pci/pci.c > @@ -26,6 +26,7 @@ > #include > #include > #include > +#include > #include > #include "pci.h" > > -- > 2.8.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html