spi_s3c24xx: fix header includes
authorBen Dooks <ben@simtec.co.uk>
Tue, 22 Sep 2009 23:46:12 +0000 (16:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Sep 2009 14:39:44 +0000 (07:39 -0700)
commit1a0c220f791be9e15fd897adee257e72ed4134f8
treef7587012f04513f144e7c24e56d9a3a009864b37
parent9ed7ef526ade622cdc22ac365a95197ddd1e09fb
spi_s3c24xx: fix header includes

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: Ben Dooks <ben@simtec.co.uk>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/spi_s3c24xx.c