diff options
Diffstat (limited to 'drivers/dma/coh901318.c')
-rw-r--r-- | drivers/dma/coh901318.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index af8c0b5ed70f..a92d95eac86b 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <linux/kernel.h> /* printk() */ | 12 | #include <linux/kernel.h> /* printk() */ |
13 | #include <linux/fs.h> /* everything... */ | 13 | #include <linux/fs.h> /* everything... */ |
14 | #include <linux/scatterlist.h> | ||
14 | #include <linux/slab.h> /* kmalloc() */ | 15 | #include <linux/slab.h> /* kmalloc() */ |
15 | #include <linux/dmaengine.h> | 16 | #include <linux/dmaengine.h> |
16 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |