]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI: add stub for pci_set_consistent_dma_mask()
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 30 Jun 2008 18:35:53 +0000 (11:35 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 30 Jun 2008 18:41:36 +0000 (11:41 -0700)
commit80be038593dba7aa46fb24a14f0ba83e5ade0edb
treef60e4fa321b1032b84e6f51cc9827d59d3d71cbc
parent0aea531326d1a17ccef7d9a538429c5b32cf4f12
PCI: add stub for pci_set_consistent_dma_mask()

When CONFIG_PCI=n, there is no stub for pci_set_consistent_dma_mask(),
so add one like other similar stubs.  Otherwise there can be build errors,
as here:

linux-next-20080630/drivers/ssb/main.c:1175: error: implicit declaration of
function 'pci_set_consistent_dma_mask'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
include/linux/pci.h