Revert "clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw"
This reverts commit bed5ec2a59
.
It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.
Bug: 161946584
Change-Id: Ia3b232ae01489a6d9ad29307134d66e7a958a2b7
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -448,8 +448,8 @@ struct clk *clk_register_fixed_rate(struct device *dev, const char *name,
|
|||||||
*/
|
*/
|
||||||
#define clk_hw_register_fixed_rate_with_accuracy_parent_hw(dev, name, \
|
#define clk_hw_register_fixed_rate_with_accuracy_parent_hw(dev, name, \
|
||||||
parent_hw, flags, fixed_rate, fixed_accuracy) \
|
parent_hw, flags, fixed_rate, fixed_accuracy) \
|
||||||
__clk_hw_register_fixed_rate((dev), NULL, (name), NULL, (parent_hw), \
|
__clk_hw_register_fixed_rate((dev), NULL, (name), NULL, (parent_hw) \
|
||||||
NULL, (flags), (fixed_rate), \
|
NULL, NULL, (flags), (fixed_rate), \
|
||||||
(fixed_accuracy), 0, false)
|
(fixed_accuracy), 0, false)
|
||||||
/**
|
/**
|
||||||
* clk_hw_register_fixed_rate_with_accuracy_parent_data - register fixed-rate
|
* clk_hw_register_fixed_rate_with_accuracy_parent_data - register fixed-rate
|
||||||
|
Reference in New Issue
Block a user