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

From: Linus Walleij
Date: Tue Aug 31 2010 - 08:12:53 EST


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

Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/