Commit 1628d4b8 authored by Amit Kucheria's avatar Amit Kucheria Committed by Daniel Lezcano

thermal/drivers/clock_cooling: Include export.h

It is preferrable 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/25f16415ab7b7587a052f1bce4133da318d58192.1589199124.git.amit.kucheria@linaro.org
parent d5d1f6e7
......@@ -16,6 +16,7 @@
#include <linux/cpufreq.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/export.h>
#include <linux/idr.h>
#include <linux/mutex.h>
#include <linux/pm_opp.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