mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
avr32: Provide PCI DMA mapping API
Some non-PCI drivers need the PCI variant of the DMA mapping API. Include <asm-generic/pci-dma-compat.h> to provide this through the non-PCI DMA mapping API. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
parent
543cf4cb3f
commit
b788ed5c97
@ -5,4 +5,6 @@
|
||||
|
||||
#define PCI_DMA_BUS_IS_PHYS (1)
|
||||
|
||||
#include <asm-generic/pci-dma-compat.h>
|
||||
|
||||
#endif /* __ASM_AVR32_PCI_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user