Commit 8ddbbe34 authored by Ben Dooks's avatar Ben Dooks Committed by James Toy

The driver includes <asm/io.h> where it should be including <linux/io.h>

and also includes <mach/hardware.h> and <asm/dma.h> without using anything
from these.
Signed-off-by: default avatarBen Dooks <ben@simtec.co.uk>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 6af58670
......@@ -20,14 +20,11 @@
#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/io.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi_bitbang.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <mach/hardware.h>
#include <plat/regs-spi.h>
#include <mach/spi.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