Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1357995

Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h

From Vineet Gupta <Vineet.Gupta1@synopsys.com>
Newsgroups linux.kernel
Subject Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h
Date 2016-03-15 12:20 +0100
Message-ID <rcVb3-1hH-7@gated-at.bofh.it> (permalink)
References <rcV1n-1e9-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tuesday 15 March 2016 04:36 PM, Joao Pinto wrote:
> While building linux-next the test robot detected that the pci.h was including
> two removed header files (pci-dma-compat.h and pci-bridge.h) causing the
> process to fail:
> http://lists.infradead.org/pipermail/linux-snps-arc/2016-March/000711.html
>
> This patch has the goal to fix the build problem.
>
> Signed-off-by: Joao Pinto <jpinto@synopsys.com>

Acked-by: Vineet Gupta <vgupta@synopsys.com>

@Bjorn since the ARC PCI support is still not upstream, and was slated to go via
you, please pick this one up as well.

Thx,
-Vineet

> ---
>  arch/arc/include/asm/pci.h | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/arch/arc/include/asm/pci.h b/arch/arc/include/asm/pci.h
> index 2f2011c..ba56c23 100644
> --- a/arch/arc/include/asm/pci.h
> +++ b/arch/arc/include/asm/pci.h
> @@ -10,9 +10,6 @@
>  #define _ASM_ARC_PCI_H
>  
>  #ifdef __KERNEL__
> -#include <asm-generic/pci-dma-compat.h>
> -#include <asm-generic/pci-bridge.h>
> -
>  #include <linux/ioport.h>
>  
>  #define PCIBIOS_MIN_IO 0x100

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h Joao Pinto <Joao.Pinto@synopsys.com> - 2016-03-15 12:10 +0100
  Re: [PATCH] Remove the inclusion of pci-bridge.h and  pci-dma-compat.h Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-03-15 12:20 +0100
  Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h Bjorn Helgaas <helgaas@kernel.org> - 2016-03-15 15:00 +0100
    Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h Joao Pinto <Joao.Pinto@synopsys.com> - 2016-03-15 15:30 +0100

csiph-web