The patch titled mn10300: pci: remove pci_dac_dma_... APIs has been removed from the -mm tree. Its filename was mn10300-pci-remove-pci_dac_dma_-apis.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mn10300: pci: remove pci_dac_dma_... APIs From: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> 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. Signed-off-by: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> Cc: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mn10300/include/asm/pci.h | 4 ---- 1 file changed, 4 deletions(-) diff -puN arch/mn10300/include/asm/pci.h~mn10300-pci-remove-pci_dac_dma_-apis arch/mn10300/include/asm/pci.h --- a/arch/mn10300/include/asm/pci.h~mn10300-pci-remove-pci_dac_dma_-apis +++ a/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) { _ Patches currently in -mm which might be from fernando@xxxxxxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html