commit | 1a0c220f791be9e15fd897adee257e72ed4134f8 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben@simtec.co.uk> | Tue Sep 22 16:46:12 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 23 07:39:44 2009 -0700 |
tree | f7587012f04513f144e7c24e56d9a3a009864b37 | |
parent | 9ed7ef526ade622cdc22ac365a95197ddd1e09fb [diff] |
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>