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
@@ -273,7 +273,7 @@ void __init at91rm9200_set_console_clock(int id)
|
||||
* GPIO
|
||||
* -------------------------------------------------------------------- */
|
||||
|
||||
static struct at91_gpio_bank at91rm9200_gpio[] = {
|
||||
static struct at91_gpio_bank at91rm9200_gpio[] __initdata = {
|
||||
{
|
||||
.id = AT91RM9200_ID_PIOA,
|
||||
.regbase = AT91RM9200_BASE_PIOA,
|
||||
|
Reference in New Issue
Block a user