summaryrefslogtreecommitdiff
path: root/drivers/net/can
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-08-29 01:25:45 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2018-11-09 17:20:07 +0100
commitff1f19d56c200b35eb07cfa6668aa6dcac198cec (patch)
tree9192a6fac121b49bb6adeac51a368f2046e5b249 /drivers/net/can
parent207681fc5f3d5d398f106d1ae0080fc2373f707a (diff)
can: ucan: remove duplicated include from ucan.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Martin Elshuber <martin.elshuber@theobroma-systems.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can')
-rw-r--r--drivers/net/can/usb/ucan.c4
1 files changed, 0 insertions, 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 */