We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a891e commit 5011a11Copy full SHA for 5011a11
drivers/thermal/imx_sc_thermal.c
@@ -127,11 +127,6 @@ static int imx_sc_thermal_probe(struct platform_device *pdev)
127
return 0;
128
}
129
130
-static int imx_sc_thermal_remove(struct platform_device *pdev)
131
-{
132
- return 0;
133
-}
134
-
135
static int imx_sc_sensors[] = { IMX_SC_R_SYSTEM, IMX_SC_R_PMIC_0, -1 };
136
137
static const struct of_device_id imx_sc_thermal_table[] = {
@@ -142,7 +137,6 @@ MODULE_DEVICE_TABLE(of, imx_sc_thermal_table);
142
143
138
static struct platform_driver imx_sc_thermal_driver = {
144
139
.probe = imx_sc_thermal_probe,
145
- .remove = imx_sc_thermal_remove,
146
140
.driver = {
147
141
.name = "imx-sc-thermal",
148
.of_match_table = imx_sc_thermal_table,
0 commit comments