Loading drivers/hwmon/sht15.c +1 −1 Original line number Diff line number Diff line Loading @@ -1074,7 +1074,7 @@ static int sht15_remove(struct platform_device *pdev) return 0; } static struct platform_device_id sht15_device_ids[] = { static const struct platform_device_id sht15_device_ids[] = { { "sht10", sht10 }, { "sht11", sht11 }, { "sht15", sht15 }, Loading Loading
drivers/hwmon/sht15.c +1 −1 Original line number Diff line number Diff line Loading @@ -1074,7 +1074,7 @@ static int sht15_remove(struct platform_device *pdev) return 0; } static struct platform_device_id sht15_device_ids[] = { static const struct platform_device_id sht15_device_ids[] = { { "sht10", sht10 }, { "sht11", sht11 }, { "sht15", sht15 }, Loading