Skip to content

Commit

Permalink
Blackfin arch: dma header file: strip down includes to only necessary…
Browse files Browse the repository at this point in the history
… ones

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jan 7, 2009
1 parent 8f1cc23 commit 4c1ed6a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions arch/blackfin/include/asm/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -110,6 +104,7 @@ struct dma_register {

};

struct mutex;
struct dma_channel {
struct mutex dmalock;
const char *device_id;
Expand Down

0 comments on commit 4c1ed6a

Please sign in to comment.