]> Pileus Git - ~andy/linux/commitdiff
at91_ide: remove headers specific for at91sam9263
authorSergey Matyukevich <geomatsi@gmail.com>
Sat, 15 Aug 2009 00:02:41 +0000 (00:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Aug 2009 01:55:09 +0000 (18:55 -0700)
This driver requires only static memory controller definitions and macroses
contained in generic header at91sam9_smc.h.

Those extra headers are misleading since this driver also works fine for
at91sam9260 SoC: tests were performed on afeb9260 board.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/at91_ide.c

index dbfeda42b940ea1064b6b4ba1301528d05b1ef8a..248219a89a68cdbf25bce00b93ec51075a47c393 100644 (file)
@@ -29,9 +29,7 @@
 
 #include <mach/board.h>
 #include <mach/gpio.h>
-#include <mach/at91sam9263.h>
 #include <mach/at91sam9_smc.h>
-#include <mach/at91sam9263_matrix.h>
 
 #define DRV_NAME "at91_ide"