ANDROID: GKI: Add Android ABI padding to wwan_port_ops
Try to mitigate potential future api changes by adding a
padding to struct wwan_port_ops.
Fixes: 214e6f268b ("ANDROID: GKI: Add WWAN as GKI protected module")
Bug: 287170531
Test: bazel run //common:kernel_aarch64_dist & TH
Change-Id: I5589d9739ee547a3eb66ded432284691cf962023
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
This commit is contained in:
parent
7ed895f6b7
commit
dd567c60ff
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ struct wwan_port_ops {
|
|||
int (*tx_blocking)(struct wwan_port *port, struct sk_buff *skb);
|
||||
__poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,
|
||||
poll_table *wait);
|
||||
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
ANDROID_KABI_RESERVE(2);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue