Blackfin: push down asm/ includes and out of bfin-global.h

Avoid including unnecessary headers all the time as well as circular
includes with core requirements.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2009-10-09 07:34:00 +00:00
parent 872d024b40
commit bbc51e97d3
4 changed files with 4 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
#include <linux/scatterlist.h>
#include <asm/cacheflush.h>
#include <asm/bfin-global.h>
#include <asm/sections.h>
static spinlock_t dma_page_lock;
static unsigned long *dma_page;