clk: ti: move some public definitions to private header
Several exported TI clock driver features are no longer needed outside the clock driver itself, thus move all of these to the driver private header file. Also, update some of the driver files to actually include this header. Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#include <linux/of_address.h>
|
||||
#include <linux/clk/ti.h>
|
||||
|
||||
#include "clock.h"
|
||||
|
||||
struct clk_ti_autoidle {
|
||||
void __iomem *reg;
|
||||
u8 shift;
|
||||
|
Reference in New Issue
Block a user