Loading drivers/spi/spi-gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ static int spi_gpio_request(struct spi_gpio_platform_data *pdata, } #ifdef CONFIG_OF static struct of_device_id spi_gpio_dt_ids[] = { static const struct of_device_id spi_gpio_dt_ids[] = { { .compatible = "spi-gpio" }, {} }; Loading Loading
drivers/spi/spi-gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ static int spi_gpio_request(struct spi_gpio_platform_data *pdata, } #ifdef CONFIG_OF static struct of_device_id spi_gpio_dt_ids[] = { static const struct of_device_id spi_gpio_dt_ids[] = { { .compatible = "spi-gpio" }, {} }; Loading