[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1283256734-3408-4-git-send-email-linus.walleij@stericsson.com>
Date: Tue, 31 Aug 2010 14:12:05 +0200
From: Linus Walleij <linus.walleij@...ricsson.com>
To: Dan Williams <dan.j.williams@...el.com>,
<linux-arm-kernel@...ts.infradead.org>, <yuanyabin1978@...a.com>
Cc: <linux-kernel@...r.kernel.org>,
Linus Walleij <linus.walleij@...ricsson.com>
Subject: [PATCH 03/12] DMAENGINE: fetch tasklet struct for PL08X include file
The PL08X include file is using struct tasklet so let us bring this
in apropriately.
Signed-off-by: Linus Walleij <linus.walleij@...ricsson.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists