From: Randy Dunlap Date: Mon, 30 Jun 2008 18:35:53 +0000 (-0700) Subject: PCI: add stub for pci_set_consistent_dma_mask() X-Git-Tag: v2.6.27-rc1~1046^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80be038593dba7aa46fb24a14f0ba83e5ade0edb;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed