mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
android: abi_gki_aarch64_qcom: Add device_match_of_node
Add device_match_of_node and also make sure that the list is alphabetically sorted. Change-Id: I23209f86e191d14d7c48cea7d57349b3d441727c Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
parent
33e230f2ab
commit
899a473740
|
|
@ -160,8 +160,8 @@
|
|||
cond_synchronize_rcu_expedited
|
||||
config_ep_by_speed
|
||||
configfs_register_group
|
||||
configfs_unregister_group
|
||||
configfs_register_subsystem
|
||||
configfs_unregister_group
|
||||
configfs_unregister_subsystem
|
||||
config_group_init
|
||||
config_group_init_type_name
|
||||
|
|
@ -290,6 +290,7 @@
|
|||
device_link_add
|
||||
device_match_fwnode
|
||||
device_match_name
|
||||
device_match_of_node
|
||||
device_property_present
|
||||
device_property_read_string
|
||||
device_property_read_u16_array
|
||||
|
|
@ -1380,8 +1381,8 @@
|
|||
__rcu_read_unlock
|
||||
rcu_read_unlock_trace_special
|
||||
rcu_tasks_trace_qs_blkd
|
||||
rcu_trc_cmpxchg_need_qs
|
||||
rcutorture_get_gp_data
|
||||
rcu_trc_cmpxchg_need_qs
|
||||
rcu_unexpedite_gp
|
||||
rcuwait_wake_up
|
||||
rdev_get_drvdata
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user