diff options
Diffstat (limited to 'include/linux/dma-buf.h')
-rw-r--r-- | include/linux/dma-buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index f8ac076afa52..887dcd487062 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h | |||
@@ -26,11 +26,11 @@ | |||
26 | 26 | ||
27 | #include <linux/file.h> | 27 | #include <linux/file.h> |
28 | #include <linux/err.h> | 28 | #include <linux/err.h> |
29 | #include <linux/device.h> | ||
30 | #include <linux/scatterlist.h> | 29 | #include <linux/scatterlist.h> |
31 | #include <linux/list.h> | 30 | #include <linux/list.h> |
32 | #include <linux/dma-mapping.h> | 31 | #include <linux/dma-mapping.h> |
33 | 32 | ||
33 | struct device; | ||
34 | struct dma_buf; | 34 | struct dma_buf; |
35 | struct dma_buf_attachment; | 35 | struct dma_buf_attachment; |
36 | 36 | ||