ANDROID: fix up ABI with change to private struct geni_wrapper
Commit 63fc9af8 ("soc: qcom: geni-se: add desc struct to specify clocks from device match data") modifies a structure in drivers/soc/qcom/qcom-geni-se.c as follows. type 'struct geni_wrapper' changed byte size changed from 48 to 56 member 'struct clk_bulk_data ahb_clks[2]' was removed member 'struct clk_bulk_data clks[2]' was added member 'unsigned int num_clks' was added The Android 14 ABI tooling does not exclude this type definition. This commit updates the ABI representation with the apparent break. This is safe because the type is not visible to any other code. Bug: 370629635 Bug: 375550406 Change-Id: I9caeba4a48c4485e209352fa8fe56244e7859ea7 Signed-off-by:Giuliano Procida <gprocida@google.com> (cherry picked from commit ba06e1f1)
Loading
Please sign in to comment