Skip to content

Commit

Permalink
clk: qcom: q6sstop-qcs404: explicitly include clk-provider.h
Browse files Browse the repository at this point in the history
Per Stephen, clk providers need to include clk-provider.h, so include in
this driver as well

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211215113803.620032-8-vkoul@kernel.org
  • Loading branch information
Vinod Koul authored and Bjorn Andersson committed Dec 21, 2021
1 parent 5bcc252 commit 737a226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/qcom/q6sstop-qcs404.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

#include <linux/bitops.h>
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/platform_device.h>
Expand Down

0 comments on commit 737a226

Please sign in to comment.