diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2013-03-22 09:24:09 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-26 07:18:04 -0400 |
commit | 84ddb087637849d1bf42f4260da41f1278df4448 (patch) | |
tree | 29e64e210824ea66dce1ea03292a42b9e06b1251 /arch/arm/mach-at91/at91sam9g45.c | |
parent | 9317960fa38ff50ac287904e4c751a169635ecbf (diff) |
ARM: at91: change name template in AT91_SOC_START macro
New devices are no more prefixed with at91 so remove the at91 and _name
concatenation.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9g45.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9g45.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c index d3addee43d8d..4fcbe7b5b58d 100644 --- a/arch/arm/mach-at91/at91sam9g45.c +++ b/arch/arm/mach-at91/at91sam9g45.c | |||
@@ -418,7 +418,7 @@ static unsigned int at91sam9g45_default_irq_priority[NR_AIC_IRQS] __initdata = { | |||
418 | 0, /* Advanced Interrupt Controller (IRQ0) */ | 418 | 0, /* Advanced Interrupt Controller (IRQ0) */ |
419 | }; | 419 | }; |
420 | 420 | ||
421 | AT91_SOC_START(sam9g45) | 421 | AT91_SOC_START(at91sam9g45) |
422 | .map_io = at91sam9g45_map_io, | 422 | .map_io = at91sam9g45_map_io, |
423 | .default_irq_priority = at91sam9g45_default_irq_priority, | 423 | .default_irq_priority = at91sam9g45_default_irq_priority, |
424 | .ioremap_registers = at91sam9g45_ioremap_registers, | 424 | .ioremap_registers = at91sam9g45_ioremap_registers, |