Skip to content

Commit

Permalink
avr32: Provide PCI DMA mapping API
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Haavard Skinnemoen committed Jun 27, 2008
1 parent 543cf4c commit b788ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-avr32/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@

#define PCI_DMA_BUS_IS_PHYS (1)

#include <asm-generic/pci-dma-compat.h>

#endif /* __ASM_AVR32_PCI_H__ */

0 comments on commit b788ed5

Please sign in to comment.