mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
ANDROID: abi_gki_aarch64_qcom: Add devm_rproc_* APIs
Add devm_rproc_{add,alloc} to QC symbol list.
Leaf changes summary: 2 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added
functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added
variable
2 Added functions:
[A] 'function int devm_rproc_add(device*, rproc*)'
[A] 'function rproc* devm_rproc_alloc(device*, const char*, const
rproc_ops*, const char*, int)'
Bug: 188451383
Change-Id: I9a538c648bc4ec346e0f0a5212c977568de49eee
Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
This commit is contained in:
parent
b6e60f0673
commit
64d5c84867
File diff suppressed because it is too large
Load Diff
|
|
@ -495,6 +495,8 @@
|
||||||
devm_reset_control_array_get
|
devm_reset_control_array_get
|
||||||
__devm_reset_control_get
|
__devm_reset_control_get
|
||||||
devm_reset_controller_register
|
devm_reset_controller_register
|
||||||
|
devm_rproc_add
|
||||||
|
devm_rproc_alloc
|
||||||
devm_rtc_allocate_device
|
devm_rtc_allocate_device
|
||||||
devm_snd_soc_register_card
|
devm_snd_soc_register_card
|
||||||
devm_thermal_of_cooling_device_register
|
devm_thermal_of_cooling_device_register
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user