|
@@ -485,19 +485,6 @@ static inline void clk_disable_unprepare(struct clk *clk)
|
|
|
clk_unprepare(clk);
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * clk_add_alias - add a new clock alias
|
|
|
- * @alias: name for clock alias
|
|
|
- * @alias_dev_name: device name
|
|
|
- * @id: platform specific clock name
|
|
|
- * @dev: device
|
|
|
- *
|
|
|
- * Allows using generic clock names for drivers by adding a new alias.
|
|
|
- * Assumes clkdev, see clkdev.h for more info.
|
|
|
- */
|
|
|
-int clk_add_alias(const char *alias, const char *alias_dev_name, char *id,
|
|
|
- struct device *dev);
|
|
|
-
|
|
|
struct device_node;
|
|
|
struct of_phandle_args;
|
|
|
|