This patch removes the unused variables struct
peak_usb_device::echo_skb and struct peak_usb_device::bus_load from
the driver.

Link: https://lore.kernel.org/r/20210406111622.1874957-4-...@pengutronix.de
Acked-by: Stephane Grosjean <s.grosj...@peak-system.com>
Tested-by: Stephane Grosjean <s.grosj...@peak-system.com>
Signed-off-by: Marc Kleine-Budde <m...@pengutronix.de>
---
 drivers/net/can/usb/peak_usb/pcan_usb_core.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/can/usb/peak_usb/pcan_usb_core.h 
b/drivers/net/can/usb/peak_usb/pcan_usb_core.h
index 59afe880a481..64c4c22bb296 100644
--- a/drivers/net/can/usb/peak_usb/pcan_usb_core.h
+++ b/drivers/net/can/usb/peak_usb/pcan_usb_core.h
@@ -114,8 +114,6 @@ struct peak_usb_device {
        unsigned int ctrl_idx;
        u32 state;
 
-       struct sk_buff *echo_skb[PCAN_USB_MAX_TX_URBS];
-
        struct usb_device *udev;
        struct net_device *netdev;
 
@@ -132,8 +130,6 @@ struct peak_usb_device {
        u8 ep_msg_in;
        u8 ep_msg_out;
 
-       u16 bus_load;
-
        struct peak_usb_device *prev_siblings;
        struct peak_usb_device *next_siblings;
 };
-- 
2.30.2


Reply via email to