diff options
Diffstat (limited to 'drivers/ieee1394/dma.h')
-rw-r--r-- | drivers/ieee1394/dma.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/ieee1394/dma.h b/drivers/ieee1394/dma.h index b0f0885c4551..a1682aba71c7 100644 --- a/drivers/ieee1394/dma.h +++ b/drivers/ieee1394/dma.h | |||
@@ -10,8 +10,11 @@ | |||
10 | #ifndef IEEE1394_DMA_H | 10 | #ifndef IEEE1394_DMA_H |
11 | #define IEEE1394_DMA_H | 11 | #define IEEE1394_DMA_H |
12 | 12 | ||
13 | #include <linux/pci.h> | 13 | #include <asm/types.h> |
14 | #include <asm/scatterlist.h> | 14 | |
15 | struct pci_dev; | ||
16 | struct scatterlist; | ||
17 | struct vm_area_struct; | ||
15 | 18 | ||
16 | /** | 19 | /** |
17 | * struct dma_prog_region - small contiguous DMA buffer | 20 | * struct dma_prog_region - small contiguous DMA buffer |