summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/at91cap9.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-10-17 14:28:38 +0800
committerArnd Bergmann <arnd@arndb.de>2011-11-29 15:46:13 +0000
commit1a2d9156b5fc92b40aa2ffbc2fdf6d88bbf74f3a (patch)
tree3765189b74f999ca980279dc797412193d6b50ec /arch/arm/mach-at91/at91cap9.c
parent619d4a4b40f44c1b45263a0e0c9598e3139a1fec (diff)
downloadop-kernel-dev-1a2d9156b5fc92b40aa2ffbc2fdf6d88bbf74f3a.zip
op-kernel-dev-1a2d9156b5fc92b40aa2ffbc2fdf6d88bbf74f3a.tar.gz
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/at91cap9.c')
-rw-r--r--arch/arm/mach-at91/at91cap9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91cap9.c b/arch/arm/mach-at91/at91cap9.c
index f7f7e1e..506a26c 100644
--- a/arch/arm/mach-at91/at91cap9.c
+++ b/arch/arm/mach-at91/at91cap9.c
@@ -298,7 +298,7 @@ void __init at91cap9_set_console_clock(int id)
* GPIO
* -------------------------------------------------------------------- */
-static struct at91_gpio_bank at91cap9_gpio[] = {
+static struct at91_gpio_bank at91cap9_gpio[] __initdata = {
{
.id = AT91CAP9_ID_PIOABCD,
.regbase = AT91CAP9_BASE_PIOA,
OpenPOWER on IntegriCloud