Sync with latest Gunyah patches:
https://lore.kernel.org/all/20230509204801.2824351-7-quic_eberman@quicinc.com/https://lore.kernel.org/all/20230509204801.2824351-10-quic_eberman@quicinc.com/
function symbol changed from 'int gh_rm_call(void*, u32, void*, size_t, void**, size_t*)' to 'int gh_rm_call(void*, u32, const void*, size_t, void**, size_t*)'
CRC changed from 0x162db09d to 0xaa8c9d60
type changed from 'int(void*, u32, void*, size_t, void**, size_t*)' to 'int(void*, u32, const void*, size_t, void**, size_t*)'
parameter 3 type changed from 'void*' to 'const void*'
pointed-to type changed from 'void' to 'const void'
qualifier const added
function symbol 'int devm_gh_rm_register_platform_ops(struct device*, struct gh_rm_platform_ops*)' changed
CRC changed from 0xa6a1478a to 0x51bb297d
function symbol 'int gh_rm_register_platform_ops(struct gh_rm_platform_ops*)' changed
CRC changed from 0x110877e8 to 0xf2b08039
function symbol 'void gh_rm_unregister_platform_ops(struct gh_rm_platform_ops*)' changed
CRC changed from 0x2e3c1910 to 0x41e9ce79
type 'struct gh_rm_mem_entry' changed
member '__le64 phys_addr' was added
member '__le64 ipa_base' was removed
Bug: 279506910
Change-Id: I50b0c67b9fcc33612e278de76feec6e4c85ac74a
Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>