From 23401e2d7ef84fc1a40bc39a43063d21f7e32ee3 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 31 Aug 2010 14:12:05 +0200 Subject: [PATCH 18/58] 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 --- 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 +#include /** * struct pl08x_channel_data - data structure to pass info between -- 1.6.3.3