aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2021-04-05 15:05:28 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2021-04-13 10:15:43 +0200
commitc779e1271a9e2beb81bfd3cd36b45f4d26b13c95 (patch)
tree07383648432a77c30bb4874cfccbcd46f8bcc2e6 /drivers/net/can/usb
parentcan: peak_usb: pcan_usb_pro.h: remove double space in indention (diff)
downloadlinux-dev-c779e1271a9e2beb81bfd3cd36b45f4d26b13c95.tar.xz
linux-dev-c779e1271a9e2beb81bfd3cd36b45f4d26b13c95.zip
can: peak_usb: remove unused variables from struct peak_usb_device
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-mkl@pengutronix.de Acked-by: Stephane Grosjean <s.grosjean@peak-system.com> Tested-by: Stephane Grosjean <s.grosjean@peak-system.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/usb')
-rw-r--r--drivers/net/can/usb/peak_usb/pcan_usb_core.h4
1 files changed, 0 insertions, 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;
};