From: YueHaibing Date: Wed, 29 Aug 2018 01:25:45 +0000 (+0000) Subject: can: ucan: remove duplicated include from ucan.c X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ff1f19d56c200b35eb07cfa6668aa6dcac198cec;p=openwrt%2Fstaging%2Fblogic.git can: ucan: remove duplicated include from ucan.c Remove duplicated include. Signed-off-by: YueHaibing Reviewed-by: Martin Elshuber Signed-off-by: Marc Kleine-Budde --- 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 #include -#include -#include -#include - #define UCAN_DRIVER_NAME "ucan" #define UCAN_MAX_RX_URBS 8 /* the CAN controller needs a while to enable/disable the bus */