thermal/of: Rename of-thermal.c
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 11 May 2020 12:25:02 +0000 (17:55 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 22 May 2020 16:48:54 +0000 (18:48 +0200)
commit14adf6c83f7c6953a136d9d4beda79004191e729
tree91ef4fb145ef833536b4d78188917e7fb9f5f5db
parent0015d9a2a72745308ef9728a746ff7b1e82138bc
thermal/of: Rename of-thermal.c

Core thermal framework code files should start with thermal_*.
of-thermal.c does not follow this pattern and can easily be confused
with platform driver.

Fix this by renaming it to thermal_of.c

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/f5e233d5c5dcc7c7cb56b3448da255cb2c9ef0d1.1589199124.git.amit.kucheria@linaro.org
drivers/thermal/Makefile
drivers/thermal/thermal_of.c [moved from drivers/thermal/of-thermal.c with 100% similarity]