Commit cbbd6956 authored by Adrian Hunter's avatar Adrian Hunter Committed by David Woodhouse

[MTD] [NAND] OMAP: OneNAND: header file relocation (part 2)

Include <linux/dma-mapping.h> and <linux/io.h>, not files from <asm/*>
Signed-off-by: default avatarAdrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent fe875358
......@@ -32,16 +32,15 @@
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/io.h>
#include <asm/io.h>
#include <asm/mach/flash.h>
#include <mach/gpmc.h>
#include <mach/onenand.h>
#include <mach/gpio.h>
#include <mach/pm.h>
#include <linux/dma-mapping.h>
#include <asm/dma-mapping.h>
#include <mach/dma.h>
#include <mach/board.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment