On 16/04/2018 12:12, Bartlomiej Zolnierkiewicz wrote: > exynos_tmu.h is used only by exynos_tmu.c so there is no need > for a separate include file. > > There should be no functional changes caused by this patch. > > Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> > --- > drivers/thermal/samsung/exynos_tmu.c | 18 +++++++++++++++- > drivers/thermal/samsung/exynos_tmu.h | 41 > ------------------------------------ > 2 files changed, 17 insertions(+), 42 deletions(-) > delete mode 100644 drivers/thermal/samsung/exynos_tmu.h > > diff --git a/drivers/thermal/samsung/exynos_tmu.c > b/drivers/thermal/samsung/exynos_tmu.c > index 7975f33..197f267 100644 > --- a/drivers/thermal/samsung/exynos_tmu.c > +++ b/drivers/thermal/samsung/exynos_tmu.c > @@ -34,8 +34,10 @@ > #include <linux/of_irq.h> > #include <linux/platform_device.h> > #include <linux/regulator/consumer.h> > +#include <linux/cpu_cooling.h> > +
This one should go away, no ? Apart this. Acked-by: Daniel Lezcano <[email protected]> -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog

