Skip to content

Commit

Permalink
PCI: remove pci_dac_dma_... APIs on mn10300
Browse files Browse the repository at this point in the history
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 <dhowells@redhat.com>
Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Fernando Luis Vázquez Cao authored and Jesse Barnes committed Jun 29, 2009
1 parent 50e5628 commit 977badb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/mn10300/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 977badb

Please sign in to comment.