From: Fernando Luis Vázquez Cao Date: Fri, 26 Jun 2009 02:27:41 +0000 (+0900) Subject: PCI: remove pci_dac_dma_... APIs on mn10300 X-Git-Tag: v2.6.31-rc3~71^2~11 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=977badb2f385db14d8ba3fcf02fbd7ead8e63d0f;p=safe%2Fjmp%2Flinux-2.6 PCI: remove pci_dac_dma_... APIs on mn10300 It seems that mn10300 made it upstream after Jan Beulich's pci_dac_dma_* cleanup work and still defines pci_dac_dma_supported(). This API is not required by the PCI subsystem anymore, so remove it. Acked-by: David Howells Signed-off-by: Fernando Luis Vazquez Cao Signed-off-by: Jesse Barnes --- diff --git a/arch/mn10300/include/asm/pci.h b/arch/mn10300/include/asm/pci.h index e58b9a4..35d2ed6 100644 --- a/arch/mn10300/include/asm/pci.h +++ b/arch/mn10300/include/asm/pci.h @@ -70,10 +70,6 @@ struct pci_dev; */ #define PCI_DMA_BUS_IS_PHYS (1) - -/* This is always fine. */ -#define pci_dac_dma_supported(pci_dev, mask) (0) - /* Return the index of the PCI controller for device. */ static inline int pci_controller_num(struct pci_dev *dev) {