提交 4c1ed6a5 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: dma header file: strip down includes to only necessary ones

Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 8f1cc233
......@@ -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 dma_register {
};
struct mutex;
struct dma_channel {
struct mutex dmalock;
const char *device_id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册