diff options
Diffstat (limited to 'drivers/clk/samsung/clk-exynos7885.c')
-rw-r--r-- | drivers/clk/samsung/clk-exynos7885.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos7885.c b/drivers/clk/samsung/clk-exynos7885.c index fc42251731ed..ba7cf79bc300 100644 --- a/drivers/clk/samsung/clk-exynos7885.c +++ b/drivers/clk/samsung/clk-exynos7885.c @@ -6,8 +6,8 @@ * Common Clock Framework support for Exynos7885 SoC. */ -#include <linux/clk.h> #include <linux/clk-provider.h> +#include <linux/mod_devicetable.h> #include <linux/of.h> #include <linux/platform_device.h> |