ANDROID: update .stg for change to struct clk_core
In commit a424e713 ("clk: Get runtime PM before walking tree during disable_unused"), the internal struct clk_core structure gets a new field. That disturbs the abi checker, as many apis use a pointer to struct clk_core. But because all callers treat this as an opaque structure, and it is internal to the kernel core only, it is safe to update the definition of it as there is no real "abi break" here at all. Bug: 161946584 Fixes: a424e713 ("clk: Get runtime PM before walking tree during disable_unused") Change-Id: Ic57abb142c040b62a006c5391f4c041c6e293c34 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment