From 4c1ed6a57bc51ecd471989ae744da86a9101912f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Jan 2009 23:14:38 +0800 Subject: [PATCH] Blackfin arch: dma header file: strip down includes to only necessary ones Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- arch/blackfin/include/asm/dma.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/arch/blackfin/include/asm/dma.h b/arch/blackfin/include/asm/dma.h index c327135ff9d..4928e7aa480 100644 --- a/arch/blackfin/include/asm/dma.h +++ b/arch/blackfin/include/asm/dma.h @@ -8,16 +8,10 @@ #ifndef _BLACKFIN_DMA_H_ #define _BLACKFIN_DMA_H_ -#include -#include -#include -#include - -#include -#include -#include #include +#include #include +#include #define MAX_DMA_ADDRESS PAGE_OFFSET @@ -110,6 +104,7 @@ struct dma_register { }; +struct mutex; struct dma_channel { struct mutex dmalock; const char *device_id; -- 2.41.0