diff options
Diffstat (limited to 'arch/arm/mach-at91/setup.c')
-rw-r--r-- | arch/arm/mach-at91/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c index f7ca97b7291e..f7a07a58ebb6 100644 --- a/arch/arm/mach-at91/setup.c +++ b/arch/arm/mach-at91/setup.c | |||
@@ -351,7 +351,7 @@ void __init at91_ioremap_matrix(u32 base_addr) | |||
351 | panic("Impossible to ioremap at91_matrix_base\n"); | 351 | panic("Impossible to ioremap at91_matrix_base\n"); |
352 | } | 352 | } |
353 | 353 | ||
354 | #if defined(CONFIG_OF) | 354 | #if defined(CONFIG_OF) && !defined(CONFIG_ARCH_AT91X40) |
355 | static struct of_device_id rstc_ids[] = { | 355 | static struct of_device_id rstc_ids[] = { |
356 | { .compatible = "atmel,at91sam9260-rstc", .data = at91sam9_alt_restart }, | 356 | { .compatible = "atmel,at91sam9260-rstc", .data = at91sam9_alt_restart }, |
357 | { .compatible = "atmel,at91sam9g45-rstc", .data = at91sam9g45_restart }, | 357 | { .compatible = "atmel,at91sam9g45-rstc", .data = at91sam9g45_restart }, |