ANDROID: add memset32 to db835c list of exported symbols needed.
In commitcfc7ee210f
("wifi: ath11k: fix writing to unintended memory region"), that was in 6.1.28, the ath11k driver added the need to use memset32. While that symbol is exported for other platforms, it's not exported for this one, so the build is broken. Fix that up by adding the needed symbol to the android/abi_gki_aarch64_db845c file. Fixes:cfc7ee210f
("wifi: ath11k: fix writing to unintended memory region") Change-Id: I44c240c60203ae385f021922a25028fb41839841 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
3ec1d2a158
commit
ec2daee24c
@ -437,6 +437,7 @@
|
||||
memmove
|
||||
memremap
|
||||
memset
|
||||
memset32
|
||||
__memset_io
|
||||
memstart_addr
|
||||
memunmap
|
||||
|
Loading…
Reference in New Issue
Block a user