Browse Source

at91_ide: remove headers specific for at91sam9263

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>
Sergey Matyukevich 16 years ago
parent
commit
76fbebfbb5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/ide/at91_ide.c

+ 0 - 2
drivers/ide/at91_ide.c

@@ -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"