ANDROID: GKI: add netdev_stat_queue_sum to the virtual symbol list
In commitde02eb727f("virtio-net: fix total qstat values"), netdev_stat_queue_sum is now called in the virtio-net driver, so add it to the symbol list for that module in order to fix the build. Fixes:de02eb727f("virtio-net: fix total qstat values") Change-Id: Icfc8511edbb77e08df2c9c20819f3d218adf1fc5 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -328970,6 +328970,17 @@ function {
|
||||
parameter_id: 0x13580d6c
|
||||
parameter_id: 0x13580d6c
|
||||
}
|
||||
function {
|
||||
id: 0x1db4c81b
|
||||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x32a623d7
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x1095dd7d
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x1a748d39
|
||||
}
|
||||
function {
|
||||
id: 0x1db50e9d
|
||||
return_type_id: 0x48b5725f
|
||||
@@ -418217,6 +418228,15 @@ elf_symbol {
|
||||
type_id: 0x91aa0c4b
|
||||
full_name: "netdev_set_tc_queue"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x5e43f44d
|
||||
name: "netdev_stat_queue_sum"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x1325cc8d
|
||||
type_id: 0x1db4c81b
|
||||
full_name: "netdev_stat_queue_sum"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x13d32ab6
|
||||
name: "netdev_state_change"
|
||||
@@ -454749,6 +454769,7 @@ interface {
|
||||
symbol_id: 0xb78d7b09
|
||||
symbol_id: 0xd0f388bf
|
||||
symbol_id: 0xc32be078
|
||||
symbol_id: 0x5e43f44d
|
||||
symbol_id: 0x13d32ab6
|
||||
symbol_id: 0xbd1de982
|
||||
symbol_id: 0x598e4dae
|
||||
|
||||
@@ -1287,6 +1287,7 @@
|
||||
napi_consume_skb
|
||||
netdev_notify_peers
|
||||
netdev_rss_key_fill
|
||||
netdev_stat_queue_sum
|
||||
netdev_warn
|
||||
net_dim
|
||||
net_dim_free_irq_moder
|
||||
|
||||
Reference in New Issue
Block a user