mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 12:25:18 +02:00
ANDROID: GKI: Add symbol to symbol list for imx
1 function symbol(s) removed 'int of_machine_is_compatible(const char*)' 1 function symbol(s) added 'bool of_machine_compatible_match(const char* const*)' function symbol 'int scmi_driver_register(struct scmi_driver*, struct module*, const char*)' changed CRC changed from 0x3eefc4dd to 0xebc88053 function symbol 'void scmi_driver_unregister(struct scmi_driver*)' changed CRC changed from 0xda331ab8 to 0x46b8c034 function symbol 'int scmi_protocol_register(const struct scmi_protocol*)' changed CRC changed from 0x7eaa2c13 to 0xd4588863 ... 1 omitted; 4 symbols have only CRC changes type 'struct scmi_protocol' changed byte size changed from 48 to 56 member 'unsigned int supported_version' was added type 'struct scmi_protocol_handle' changed member changed from 'int(* set_priv)(const struct scmi_protocol_handle*, void*)' to 'int(* set_priv)(const struct scmi_protocol_handle*, void*, u32)' type changed from 'int(*)(const struct scmi_protocol_handle*, void*)' to 'int(*)(const struct scmi_protocol_handle*, void*, u32)' pointed-to type changed from 'int(const struct scmi_protocol_handle*, void*)' to 'int(const struct scmi_protocol_handle*, void*, u32)' parameter 3 of type 'u32' was added type 'struct scmi_proto_helpers_ops' changed byte size changed from 40 to 48 member 'int(* get_max_msg_size)(const struct scmi_protocol_handle*)' was added Bug: 339841691 Change-Id: Ibdf70293c60fee34b0543f563e422f318f03222d Signed-off-by: Zhipeng Wang <zhipeng.wang_1@nxp.com> [cmllamas: amend db845c symbol list too] Signed-off-by: Carlos Llamas <cmllamas@google.com>
This commit is contained in:
parent
eb1aa949d5
commit
8fc5b8f03f
|
@ -1421,7 +1421,6 @@
|
|||
of_irq_get
|
||||
of_irq_get_byname
|
||||
of_irq_parse_one
|
||||
of_machine_is_compatible
|
||||
of_match_device
|
||||
of_match_node
|
||||
__of_mdiobus_register
|
||||
|
|
|
@ -1562,7 +1562,7 @@
|
|||
of_graph_get_next_endpoint
|
||||
of_graph_get_remote_port_parent
|
||||
of_icc_get
|
||||
of_machine_is_compatible
|
||||
of_machine_compatible_match
|
||||
of_property_read_u64_index
|
||||
param_ops_ullong
|
||||
phy_calibrate
|
||||
|
|
|
@ -1528,7 +1528,7 @@
|
|||
of_irq_find_parent
|
||||
of_irq_get
|
||||
of_irq_get_byname
|
||||
of_machine_is_compatible
|
||||
of_machine_compatible_match
|
||||
of_match_device
|
||||
of_match_node
|
||||
__of_mdiobus_register
|
||||
|
|
|
@ -1714,7 +1714,6 @@
|
|||
of_irq_get_byname
|
||||
of_irq_parse_one
|
||||
of_irq_to_resource_table
|
||||
of_machine_is_compatible
|
||||
of_match_device
|
||||
of_match_node
|
||||
of_n_addr_cells
|
||||
|
|
|
@ -1317,7 +1317,6 @@
|
|||
of_irq_get
|
||||
of_irq_get_byname
|
||||
of_irq_parse_one
|
||||
of_machine_is_compatible
|
||||
of_match_device
|
||||
of_match_node
|
||||
of_n_addr_cells
|
||||
|
|
|
@ -670,7 +670,6 @@
|
|||
of_clk_get_parent_count
|
||||
of_devfreq_cooling_register_power
|
||||
of_dma_is_coherent
|
||||
of_machine_is_compatible
|
||||
of_property_read_variable_u64_array
|
||||
of_property_read_variable_u8_array
|
||||
param_array_ops
|
||||
|
|
Loading…
Reference in New Issue
Block a user