mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
ppp/ppp_{async,synctty}: drop unused {a,}syncppp::bytes_{sent,rcvd}
The bytes_sent and bytes_rcvd members of structs asyncppp and syncppp are not used. Drop them. Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org> Cc: Andrew Lunn <andrew+netdev@lunn.ch> Cc: "David S. Miller" <davem@davemloft.net> Cc: Eric Dumazet <edumazet@google.com> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Paolo Abeni <pabeni@redhat.com> Link: https://patch.msgid.link/20260702060420.95023-1-jirislaby@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
committed by
Paolo Abeni
parent
2f1671d452
commit
155c68aef2
@@ -49,8 +49,6 @@ struct asyncppp {
|
||||
unsigned long xmit_flags;
|
||||
u32 xaccm[8];
|
||||
u32 raccm;
|
||||
unsigned int bytes_sent;
|
||||
unsigned int bytes_rcvd;
|
||||
|
||||
struct sk_buff *tpkt;
|
||||
int tpkt_pos;
|
||||
|
||||
@@ -59,8 +59,6 @@ struct syncppp {
|
||||
unsigned long xmit_flags;
|
||||
u32 xaccm[8];
|
||||
u32 raccm;
|
||||
unsigned int bytes_sent;
|
||||
unsigned int bytes_rcvd;
|
||||
|
||||
struct sk_buff *tpkt;
|
||||
unsigned long last_xmit;
|
||||
|
||||
Reference in New Issue
Block a user