Loading drivers/spi/spi-qup.c +1 −1 Original line number Diff line number Diff line Loading @@ -749,7 +749,7 @@ static int spi_qup_remove(struct platform_device *pdev) return 0; } static struct of_device_id spi_qup_dt_match[] = { static const struct of_device_id spi_qup_dt_match[] = { { .compatible = "qcom,spi-qup-v2.1.1", }, { .compatible = "qcom,spi-qup-v2.2.1", }, { } Loading Loading
drivers/spi/spi-qup.c +1 −1 Original line number Diff line number Diff line Loading @@ -749,7 +749,7 @@ static int spi_qup_remove(struct platform_device *pdev) return 0; } static struct of_device_id spi_qup_dt_match[] = { static const struct of_device_id spi_qup_dt_match[] = { { .compatible = "qcom,spi-qup-v2.1.1", }, { .compatible = "qcom,spi-qup-v2.2.1", }, { } Loading