diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-10-17 02:28:38 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-11-29 10:46:13 -0500 |
commit | 1a2d9156b5fc92b40aa2ffbc2fdf6d88bbf74f3a (patch) | |
tree | 3765189b74f999ca980279dc797412193d6b50ec /arch/arm/mach-at91/at91sam9g45.c | |
parent | 619d4a4b40f44c1b45263a0e0c9598e3139a1fec (diff) |
ARM: at91: gpio make struct at91_gpio_bank an initdata
this will simplify the switch to the DT and later to the platform_device
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.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 4bb0bf00b3a4..f61eb64e6b39 100644 --- a/arch/arm/mach-at91/at91sam9g45.c +++ b/arch/arm/mach-at91/at91sam9g45.c | |||
@@ -299,7 +299,7 @@ void __init at91sam9g45_set_console_clock(int id) | |||
299 | * GPIO | 299 | * GPIO |
300 | * -------------------------------------------------------------------- */ | 300 | * -------------------------------------------------------------------- */ |
301 | 301 | ||
302 | static struct at91_gpio_bank at91sam9g45_gpio[] = { | 302 | static struct at91_gpio_bank at91sam9g45_gpio[] __initdata = { |
303 | { | 303 | { |
304 | .id = AT91SAM9G45_ID_PIOA, | 304 | .id = AT91SAM9G45_ID_PIOA, |
305 | .regbase = AT91SAM9G45_BASE_PIOA, | 305 | .regbase = AT91SAM9G45_BASE_PIOA, |