aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2011-01-26 16:30:31 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-08-21 21:30:28 -0600
commit285b582354780861882f6295a0a5137599cb6a00 (patch)
treed80f5b6659fae973af7af8969764dab38a13588f /drivers
parent3081f66e22feea5f8c97f8bd02ade1aeee619d48 (diff)
pch_dma: add include/slab.h for kfree
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dma/pch_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c
index ff5b38f9d45..9d0b7663b89 100644
--- a/drivers/dma/pch_dma.c
+++ b/drivers/dma/pch_dma.c
@@ -24,6 +24,7 @@
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/pch_dma.h>
+#include <linux/slab.h>
#define DRV_NAME "pch-dma"