ANDROID: Update .xml file for changes in 5.15.99
Due to the struct hid_device change, and a kobject_get_path change in
5.15.99, the .xml file needs to be updated to handle these non-breaking
abi changes.
function symbol changed from 'char * kobject_get_path(struct kobject *, gfp_t)' to 'char * kobject_get_path(const struct kobject *, gfp_t)'
CRC changed from 0x84f9fe95 to 0xc8f68a38
type changed from 'char *(struct kobject *, gfp_t)' to 'char *(const struct kobject *, gfp_t)'
parameter 1 ('kobj') type changed from 'struct kobject *' to 'const struct kobject *'
pointed-to type changed from 'struct kobject' to 'const struct kobject'
qualifier const added
type 'struct hid_device' changed
member 'union { struct { u32 initial_quirks; u32 padding; }; struct { u64 android_kabi_reserved1; }; union { }; }' was added
member 'u64 android_kabi_reserved1' was removed
Bug: 161946584
Fixes: e8bfba50 ("kobject: modify kobject_get_path() to take a const *")
Fixes: 49cccf48 ("ANDROID: fix up abi break in struct hid_device")
Change-Id: I842872a6cf454e9ba4eb7df16395b2e704b8ddbc
Signed-off-by:
Greg Kroah-Hartman <gregkh@google.com>
Loading