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>
This commit is contained in:

committed by
Arnd Bergmann

parent
619d4a4b40
commit
1a2d9156b5
@@ -269,7 +269,7 @@ void __init at91sam9263_set_console_clock(int id)
|
||||
* GPIO
|
||||
* -------------------------------------------------------------------- */
|
||||
|
||||
static struct at91_gpio_bank at91sam9263_gpio[] = {
|
||||
static struct at91_gpio_bank at91sam9263_gpio[] __initdata = {
|
||||
{
|
||||
.id = AT91SAM9263_ID_PIOA,
|
||||
.regbase = AT91SAM9263_BASE_PIOA,
|
||||
|
Reference in New Issue
Block a user