Commit e5ebf357 authored by Amit Kucheria's avatar Amit Kucheria Committed by Daniel Lezcano

thermal/drivers/thermal_hwmon: Include export.h

It is preferable to include export.h when you are using EXPORT_SYMBOL
family of macros.
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/f542962494a8441fdc8e550a11d0e535b92362a0.1589199124.git.amit.kucheria@linaro.org
parent 1330e04f
......@@ -11,6 +11,7 @@
* Copyright (C) 2013 Eduardo Valentin <eduardo.valentin@ti.com>
*/
#include <linux/err.h>
#include <linux/export.h>
#include <linux/hwmon.h>
#include <linux/slab.h>
#include <linux/thermal.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment