summaryrefslogtreecommitdiff
path: root/include/clk
diff options
context:
space:
mode:
Diffstat (limited to 'include/clk')
-rw-r--r--include/clk/sunxi.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/clk/sunxi.h b/include/clk/sunxi.h
index a70119304a7..65da03ee60c 100644
--- a/include/clk/sunxi.h
+++ b/include/clk/sunxi.h
@@ -85,18 +85,6 @@ struct ccu_priv {
const struct ccu_desc *desc;
};
-/**
- * sunxi_clk_bind - common sunxi clock bind
- * @dev: clock device
- */
-int sunxi_clk_bind(struct udevice *dev);
-
-/**
- * sunxi_clk_probe - common sunxi clock probe
- * @dev: clock device
- */
-int sunxi_clk_probe(struct udevice *dev);
-
extern struct clk_ops sunxi_clk_ops;
/**