mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
committed by
Treehugger Robot
parent
7ed895f6b7
commit
dd567c60ff
@@ -61,6 +61,9 @@ struct wwan_port_ops {
|
|||||||
int (*tx_blocking)(struct wwan_port *port, struct sk_buff *skb);
|
int (*tx_blocking)(struct wwan_port *port, struct sk_buff *skb);
|
||||||
__poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,
|
__poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,
|
||||||
poll_table *wait);
|
poll_table *wait);
|
||||||
|
|
||||||
|
ANDROID_KABI_RESERVE(1);
|
||||||
|
ANDROID_KABI_RESERVE(2);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user