[PATCH 02/15] clk: ti: add support for automatic clock alias generation
From: Stephen Boyd <hidden>
Date: 2017-03-07 14:48:23
Also in:
linux-clk, linux-omap
From: Stephen Boyd <hidden>
Date: 2017-03-07 14:48:23
Also in:
linux-clk, linux-omap
On 02/13, Tero Kristo wrote:
diff --git a/drivers/clk/ti/clock.h b/drivers/clk/ti/clock.h index 13c37f4..ac95fda 100644 --- a/drivers/clk/ti/clock.h +++ b/drivers/clk/ti/clock.h@@ -16,6 +16,8 @@ #ifndef __DRIVERS_CLK_TI_CLOCK__ #define __DRIVERS_CLK_TI_CLOCK__ +#include <linux/clkdev.h>
What is this include for? Shouldn't this be in whatever C file is using clkdev? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project