diff options
| author | Vinod Koul <[email protected]> | 2021-12-15 17:08:01 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2021-12-20 23:14:50 -0600 |
| commit | 5bcc2521ec7053b0a99e20bbf8f18d6001a78e6c (patch) | |
| tree | aa526a55a6fa0548c6f9aa075f083340246f4f8e | |
| parent | 3333607bdd4f1a64a13741a252f2eee1bb0a442c (diff) | |
clk: qcom: mmcc-apq8084: explicitly include clk-provider.h
Per Stephen, clk providers need to include clk-provider.h, so include in
this driver as well
Signed-off-by: Vinod Koul <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | drivers/clk/qcom/mmcc-apq8084.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/mmcc-apq8084.c b/drivers/clk/qcom/mmcc-apq8084.c index fbfcf0006739..e9f971359155 100644 --- a/drivers/clk/qcom/mmcc-apq8084.c +++ b/drivers/clk/qcom/mmcc-apq8084.c @@ -3,6 +3,7 @@ * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. */ +#include <linux/clk-provider.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/module.h> |