OSDN Git Service

clk: highbank: fix refcount leak in hb_clk_init()
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / spi / spi-st-ssc4.c
index 2faeaa7..f17c0ab 100644 (file)
@@ -482,7 +482,7 @@ static const struct dev_pm_ops spi_st_pm = {
        SET_RUNTIME_PM_OPS(spi_st_runtime_suspend, spi_st_runtime_resume, NULL)
 };
 
-static struct of_device_id stm_spi_match[] = {
+static const struct of_device_id stm_spi_match[] = {
        { .compatible = "st,comms-ssc4-spi", },
        {},
 };