On Fri, 4 Feb 2022 13:50:40 -0600 Alex Elder wrote:
The power interconnect array is now an array of icc_bulk_data
structures, which is what the interconnect bulk enable and disable
functions require.
Get rid of ipa_interconnect_enable() and ipa_interconnect_disable(),
and just call icc_bulk_enable() and icc_bulk_disable() instead.
Signed-off-by: Alex Elder <elder@xxxxxxxxxx>
We got a kbuild bot complaint here, for some reason off-list.
Let me drop it from PW for now.