|
@@ -174,7 +174,7 @@ struct u300_gpio_confdata {
|
|
|
|
|
|
|
|
|
/* Initial configuration */
|
|
|
-static const struct __initdata u300_gpio_confdata
|
|
|
+static const struct __initconst u300_gpio_confdata
|
|
|
bs335_gpio_config[BS335_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
|
|
|
/* Port 0, pins 0-7 */
|
|
|
{
|
|
@@ -255,7 +255,7 @@ bs335_gpio_config[BS335_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-static const struct __initdata u300_gpio_confdata
|
|
|
+static const struct __initconst u300_gpio_confdata
|
|
|
bs365_gpio_config[BS365_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
|
|
|
/* Port 0, pins 0-7 */
|
|
|
{
|