ANDROID: Add symbols for IIO SCMI module
Enabling this module adds two loadable kernel modules: "kfifo_buf.ko" and "scmi_iio.ko". "kfifo_buf.ko" adds the following symbols to android/abi_gki_aarch64_virtual_device: iio_buffer_init iio_buffer_put iio_device_attach_buffer __kfifo_alloc __kfifo_free __kfifo_from_user __kfifo_in __kfifo_out __kfifo_to_user "scmi_iio.ko" adds the following symbols to android/abi_gki_aarch64_virtual_device: devm_iio_device_alloc __devm_iio_device_register iio_device_claim_direct_mode iio_device_release_direct_mode iio_push_to_buffers int_pow scmi_driver_register scmi_driver_unregister strrchr Bug: 315309338 Signed-off-by:Brian Daniels <briandaniels@google.com> (cherry picked from https://android-review.googlesource.com/q/commit:b75112544779f8fe6d0ed9c5e1ebd5854d987566) Merged-In: Ie626122eeb535984611f8fd06116c741010c56f2 Change-Id: Ie626122eeb535984611f8fd06116c741010c56f2
Loading