diff options
author | Andrew Victor <andrew@sanpeople.com> | 2006-12-08 05:30:29 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-08 10:42:05 -0500 |
commit | 8df12925a04194e77081a855d688d6f5638acd9d (patch) | |
tree | c56cc9ff9fb9806a8629abcbf46ee5c2a705bd41 /arch | |
parent | 44853a81ed3b1c4b3cee19622e2fc5687158c46f (diff) |
[ARM] 4011/1: AT91SAM9260: Fix compilation with NAND driver
Add missing include for NAND device support on AT91SAM9260.
Signed-off-by: Wojtek Kaniewski <wojtekka@toxygen.net>
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-at91rm9200/at91sam9260_devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91rm9200/at91sam9260_devices.c b/arch/arm/mach-at91rm9200/at91sam9260_devices.c index a6c596dc4516..f42d3a40ec3c 100644 --- a/arch/arm/mach-at91rm9200/at91sam9260_devices.c +++ b/arch/arm/mach-at91rm9200/at91sam9260_devices.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <asm/arch/gpio.h> | 18 | #include <asm/arch/gpio.h> |
19 | #include <asm/arch/at91sam9260.h> | 19 | #include <asm/arch/at91sam9260.h> |
20 | #include <asm/arch/at91sam926x_mc.h> | 20 | #include <asm/arch/at91sam926x_mc.h> |
21 | #include <asm/arch/at91sam9260_matrix.h> | ||
21 | 22 | ||
22 | #include "generic.h" | 23 | #include "generic.h" |
23 | 24 | ||