[PATCH 03/12] DMAENGINE: fetch tasklet struct for PL08X include file

Linus Walleij linus.walleij at stericsson.com
Tue Aug 31 08:12:05 EDT 2010


The PL08X include file is using struct tasklet so let us bring this
in apropriately.

Signed-off-by: Linus Walleij <linus.walleij at stericsson.com>
---
 include/linux/amba/pl08x.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h
index 8435f4a..2bb7ac4 100644
--- a/include/linux/amba/pl08x.h
+++ b/include/linux/amba/pl08x.h
@@ -20,6 +20,7 @@
 
 /* We need sizes of structs from this header */
 #include <linux/dmaengine.h>
+#include <linux/interrupt.h>
 
 /**
  * struct pl08x_channel_data - data structure to pass info between
-- 
1.6.3.3




More information about the linux-arm-kernel mailing list