diff options
Diffstat (limited to 'arch/ia64/include/asm/pci.h')
| -rw-r--r-- | arch/ia64/include/asm/pci.h | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/ia64/include/asm/pci.h b/arch/ia64/include/asm/pci.h index 80775f55f03..52af5ed9f60 100644 --- a/arch/ia64/include/asm/pci.h +++ b/arch/ia64/include/asm/pci.h @@ -50,12 +50,6 @@ struct pci_dev;  extern unsigned long ia64_max_iommu_merge_mask;  #define PCI_DMA_BUS_IS_PHYS	(ia64_max_iommu_merge_mask == ~0UL) -static inline void -pcibios_penalize_isa_irq (int irq, int active) -{ -	/* We don't do dynamic PCI IRQ allocation */ -} -  #include <asm-generic/pci-dma-compat.h>  #ifdef CONFIG_PCI @@ -95,10 +89,10 @@ struct iospace_resource {  };  struct pci_controller { -	void *acpi_handle; +	struct acpi_device *companion;  	void *iommu;  	int segment; -	int node;		/* nearest node with memory or -1 for global allocation */ +	int node;		/* nearest node with memory or NUMA_NO_NODE for global allocation */  	void *platform_data;  };  | 
