Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: moxart: Include clk.h

This clock provider uses the consumer API, so include clk.h
explicitly.

Cc: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

+1
+1
drivers/clk/clk-moxart.c
··· 10 10 * warranty of any kind, whether express or implied. 11 11 */ 12 12 13 + #include <linux/clk.h> 13 14 #include <linux/clk-provider.h> 14 15 #include <linux/io.h> 15 16 #include <linux/of_address.h>