[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181112115728.18331-6-mkl@pengutronix.de>
Date: Mon, 12 Nov 2018 12:57:13 +0100
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, linux-can@...r.kernel.org,
kernel@...gutronix.de, YueHaibing <yuehaibing@...wei.com>,
Marc Kleine-Budde <mkl@...gutronix.de>
Subject: [PATCH 05/20] can: ucan: remove duplicated include from ucan.c
From: YueHaibing <yuehaibing@...wei.com>
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
Reviewed-by: Martin Elshuber <martin.elshuber@...obroma-systems.com>
Signed-off-by: Marc Kleine-Budde <mkl@...gutronix.de>
---
drivers/net/can/usb/ucan.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/net/can/usb/ucan.c b/drivers/net/can/usb/ucan.c
index c9fd83e8d947..f3d5bda012a1 100644
--- a/drivers/net/can/usb/ucan.c
+++ b/drivers/net/can/usb/ucan.c
@@ -35,10 +35,6 @@
#include <linux/slab.h>
#include <linux/usb.h>
-#include <linux/can.h>
-#include <linux/can/dev.h>
-#include <linux/can/error.h>
-
#define UCAN_DRIVER_NAME "ucan"
#define UCAN_MAX_RX_URBS 8
/* the CAN controller needs a while to enable/disable the bus */
--
2.19.1
Powered by blists - more mailing lists