From: Arnd Bergmann Date: Wed, 13 May 2009 22:56:31 +0000 (+0000) Subject: asm-generic: make pci.h usable directly X-Git-Tag: v2.6.31-rc1~355^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c4f1b78afeedfc22b1756fcdc1acbe84284d74;p=pandora-kernel.git asm-generic: make pci.h usable directly Some generic code is using the horribly misnamed PCI_DMA_BUS_IS_PHYS from asm/pci.h. This makes sure that an architecture without PCI support does not have to define this itself but can rely on the asm-generic version. Signed-off-by: Remis Lima Baima Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed