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
@ -299,7 +299,7 @@ void __init at91sam9g45_set_console_clock(int id)
|
||||
* GPIO
|
||||
* -------------------------------------------------------------------- */
|
||||
|
||||
static struct at91_gpio_bank at91sam9g45_gpio[] = {
|
||||
static struct at91_gpio_bank at91sam9g45_gpio[] __initdata = {
|
||||
{
|
||||
.id = AT91SAM9G45_ID_PIOA,
|
||||
.regbase = AT91SAM9G45_BASE_PIOA,
|
||||
|
Reference in New Issue
Block a user