Title: [5810] trunk/arch/blackfin/include/asm/dma.h: strip down includes to only necessary ones
- Revision
- 5810
- Author
- vapier
- Date
- 2008-12-04 02:17:39 -0600 (Thu, 04 Dec 2008)
Log Message
strip down includes to only necessary ones
Modified Paths
Diff
Modified: trunk/arch/blackfin/include/asm/dma.h (5809 => 5810)
--- trunk/arch/blackfin/include/asm/dma.h 2008-12-04 08:10:55 UTC (rev 5809)
+++ trunk/arch/blackfin/include/asm/dma.h 2008-12-04 08:17:39 UTC (rev 5810)
@@ -8,16 +8,10 @@
#ifndef _BLACKFIN_DMA_H_
#define _BLACKFIN_DMA_H_
-#include <asm/io.h>
-#include <linux/slab.h>
-#include <asm/irq.h>
-#include <asm/signal.h>
-
-#include <linux/kernel.h>
-#include <mach/dma.h>
-#include <linux/mm.h>
#include <linux/interrupt.h>
+#include <mach/dma.h>
#include <asm/blackfin.h>
+#include <asm/page.h>
#define MAX_DMA_ADDRESS PAGE_OFFSET
@@ -110,6 +104,7 @@
};
+struct mutex;
struct dma_channel {
struct mutex dmalock;
const char *device_id;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits