Loading drivers/misc/carma/carma-fpga-program.c +1 −1 Original line number Diff line number Diff line Loading @@ -1142,7 +1142,7 @@ static int fpga_of_probe(struct platform_device *op) return ret; } static struct of_device_id fpga_of_match[] = { static const struct of_device_id fpga_of_match[] = { { .compatible = "carma,fpga-programmer", }, {}, }; Loading drivers/misc/carma/carma-fpga.c +1 −1 Original line number Diff line number Diff line Loading @@ -1486,7 +1486,7 @@ static int data_of_remove(struct platform_device *op) return 0; } static struct of_device_id data_of_match[] = { static const struct of_device_id data_of_match[] = { { .compatible = "carma,carma-fpga", }, {}, }; Loading drivers/misc/lis3lv02d/lis3lv02d_i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ static union axis_conversion lis3lv02d_axis_map = { .as_array = { LIS3_DEV_X, LIS3_DEV_Y, LIS3_DEV_Z } }; #ifdef CONFIG_OF static struct of_device_id lis3lv02d_i2c_dt_ids[] = { static const struct of_device_id lis3lv02d_i2c_dt_ids[] = { { .compatible = "st,lis3lv02d" }, {} }; Loading drivers/misc/lis3lv02d/lis3lv02d_spi.c +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ static union axis_conversion lis3lv02d_axis_normal = { .as_array = { 1, 2, 3 } }; #ifdef CONFIG_OF static struct of_device_id lis302dl_spi_dt_ids[] = { static const struct of_device_id lis302dl_spi_dt_ids[] = { { .compatible = "st,lis302dl-spi" }, {} }; Loading drivers/misc/sram.c +1 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ static int sram_remove(struct platform_device *pdev) } #ifdef CONFIG_OF static struct of_device_id sram_dt_ids[] = { static const struct of_device_id sram_dt_ids[] = { { .compatible = "mmio-sram" }, {} }; Loading Loading
drivers/misc/carma/carma-fpga-program.c +1 −1 Original line number Diff line number Diff line Loading @@ -1142,7 +1142,7 @@ static int fpga_of_probe(struct platform_device *op) return ret; } static struct of_device_id fpga_of_match[] = { static const struct of_device_id fpga_of_match[] = { { .compatible = "carma,fpga-programmer", }, {}, }; Loading
drivers/misc/carma/carma-fpga.c +1 −1 Original line number Diff line number Diff line Loading @@ -1486,7 +1486,7 @@ static int data_of_remove(struct platform_device *op) return 0; } static struct of_device_id data_of_match[] = { static const struct of_device_id data_of_match[] = { { .compatible = "carma,carma-fpga", }, {}, }; Loading
drivers/misc/lis3lv02d/lis3lv02d_i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ static union axis_conversion lis3lv02d_axis_map = { .as_array = { LIS3_DEV_X, LIS3_DEV_Y, LIS3_DEV_Z } }; #ifdef CONFIG_OF static struct of_device_id lis3lv02d_i2c_dt_ids[] = { static const struct of_device_id lis3lv02d_i2c_dt_ids[] = { { .compatible = "st,lis3lv02d" }, {} }; Loading
drivers/misc/lis3lv02d/lis3lv02d_spi.c +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ static union axis_conversion lis3lv02d_axis_normal = { .as_array = { 1, 2, 3 } }; #ifdef CONFIG_OF static struct of_device_id lis302dl_spi_dt_ids[] = { static const struct of_device_id lis302dl_spi_dt_ids[] = { { .compatible = "st,lis302dl-spi" }, {} }; Loading
drivers/misc/sram.c +1 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ static int sram_remove(struct platform_device *pdev) } #ifdef CONFIG_OF static struct of_device_id sram_dt_ids[] = { static const struct of_device_id sram_dt_ids[] = { { .compatible = "mmio-sram" }, {} }; Loading