[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1535505945-143347-1-git-send-email-yuehaibing@huawei.com>
Date: Wed, 29 Aug 2018 01:25:45 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Wolfgang Grandegger <wg@...ndegger.com>,
Marc Kleine-Budde <mkl@...gutronix.de>,
"David S. Miller" <davem@...emloft.net>,
"Martin Elshuber" <martin.elshuber@...obroma-systems.com>,
Jakob Unterwurzacher <jakob.unterwurzacher@...obroma-systems.com>,
Philipp Tomsich <philipp.tomsich@...obroma-systems.com>
CC: YueHaibing <yuehaibing@...wei.com>, <linux-can@...r.kernel.org>,
<netdev@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: [PATCH can-next] can: ucan: remove duplicated include from ucan.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
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 0678a38..c6f4b41 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 */
Powered by blists - more mailing lists