ANDROID: update .xml file due to struct clk_core abi change
In commit4af115f1a2
("clk: Get runtime PM before walking tree during disable_unused"), the struct clk_core structure got a new field, which makes the ABI checker wake up and take notice. Unfortunatly it's a "false positive" as struct clk_core is ONLY defined in the internal kernel code, and the pointer is treated as an "opaque" one elsewhere to pass around to modules. So it is safe to update the .xml file for this change. Here's the signature update: Leaf changes summary: 1 artifact changed Changed leaf types summary: 1 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 'struct clk_core at clk.c:56:1' changed: type size changed from 1984 to 2112 (in bits) 1 data member insertion: 'hlist_node rpm_node', at offset 320 (in bits) at clk.c:66:1 there are data member changes: 30 ('device_node* of_node' .. 'kref ref') offsets changed (by +128 bits) 280 impacted interfaces Fixes:4af115f1a2
("clk: Get runtime PM before walking tree during disable_unused") Change-Id: I6de89b6dfea3d1d301a0723dd9e919c6cb51f042 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
c15c1199d6
commit
d39363d4d0