ANDROID: GKI: update symbol list file for xiaomi

INFO: ABI DIFFERENCES HAVE BEEN DETECTED!
INFO: 2 function symbol(s) added
      'void __iomem *pci_ioremap_bar(struct pci_dev *pdev, int bar)'
      'int pci_disable_pcie_error_reporting(struct pci_dev *dev)'

Bug: 296484741

Change-Id: I8e4b871947929f3ba55f1cad5a922b9c377044d1
Signed-off-by: zhengjiacheng <zhengjiacheng@xiaomi.corp-partner.google.com>
This commit is contained in:
zhengjiacheng 2023-08-18 14:29:46 +08:00 committed by Will Deacon
parent 34fde9ec08
commit c2611a04b9
2 changed files with 30 additions and 0 deletions

View File

@ -295323,6 +295323,12 @@ function {
id: 0x534abe77 id: 0x534abe77
return_type_id: 0x295c7202 return_type_id: 0x295c7202
} }
function {
id: 0x5373932e
return_type_id: 0x18bd6530
parameter_id: 0x11e6864c
parameter_id: 0x6720d32f
}
function { function {
id: 0x537f4e77 id: 0x537f4e77
return_type_id: 0x18bd6530 return_type_id: 0x18bd6530
@ -363270,6 +363276,15 @@ elf_symbol {
type_id: 0x14e1f000 type_id: 0x14e1f000
full_name: "pci_disable_msix" full_name: "pci_disable_msix"
} }
elf_symbol {
id: 0xc3f9d559
name: "pci_disable_pcie_error_reporting"
is_defined: true
symbol_type: FUNCTION
crc: 0xb4006e89
type_id: 0x99f942bc
full_name: "pci_disable_pcie_error_reporting"
}
elf_symbol { elf_symbol {
id: 0xb9d0b3a8 id: 0xb9d0b3a8
name: "pci_disable_sriov" name: "pci_disable_sriov"
@ -363495,6 +363510,15 @@ elf_symbol {
type_id: 0x537f83a2 type_id: 0x537f83a2
full_name: "pci_iomap_range" full_name: "pci_iomap_range"
} }
elf_symbol {
id: 0x1c994923
name: "pci_ioremap_bar"
is_defined: true
symbol_type: FUNCTION
crc: 0xccd07b76
type_id: 0x5373932e
full_name: "pci_ioremap_bar"
}
elf_symbol { elf_symbol {
id: 0xec861eec id: 0xec861eec
name: "pci_iounmap" name: "pci_iounmap"
@ -389626,6 +389650,7 @@ interface {
symbol_id: 0x7cd4622d symbol_id: 0x7cd4622d
symbol_id: 0x5dfeb70f symbol_id: 0x5dfeb70f
symbol_id: 0x01a00013 symbol_id: 0x01a00013
symbol_id: 0xc3f9d559
symbol_id: 0xb9d0b3a8 symbol_id: 0xb9d0b3a8
symbol_id: 0x96b46225 symbol_id: 0x96b46225
symbol_id: 0x35a3d772 symbol_id: 0x35a3d772
@ -389651,6 +389676,7 @@ interface {
symbol_id: 0xbe6406c3 symbol_id: 0xbe6406c3
symbol_id: 0x9c6c58ea symbol_id: 0x9c6c58ea
symbol_id: 0x2fefe933 symbol_id: 0x2fefe933
symbol_id: 0x1c994923
symbol_id: 0xec861eec symbol_id: 0xec861eec
symbol_id: 0x5810bdc3 symbol_id: 0x5810bdc3
symbol_id: 0x3cbd6214 symbol_id: 0x3cbd6214

View File

@ -328,3 +328,7 @@
dma_need_sync dma_need_sync
page_pool_put_page_bulk page_pool_put_page_bulk
build_skb_around build_skb_around
#required by xm_ispv4_pcie.ko
pci_ioremap_bar
pci_disable_pcie_error_reporting