From: Haavard Skinnemoen Date: Sun, 8 Jun 2008 21:16:24 +0000 (+0200) Subject: avr32: Provide PCI DMA mapping API X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b788ed5c97c2bae978cb84a95ea37a1aa6458ea8;p=linux-beck.git avr32: Provide PCI DMA mapping API Some non-PCI drivers need the PCI variant of the DMA mapping API. Include to provide this through the non-PCI DMA mapping API. Signed-off-by: Haavard Skinnemoen --- diff --git a/include/asm-avr32/pci.h b/include/asm-avr32/pci.h index 0f5f134b896a..a32a02372017 100644 --- a/include/asm-avr32/pci.h +++ b/include/asm-avr32/pci.h @@ -5,4 +5,6 @@ #define PCI_DMA_BUS_IS_PHYS (1) +#include + #endif /* __ASM_AVR32_PCI_H__ */