netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] can: usb: Remove some duplicated includes from ucan.c
@ 2018-10-24  5:58 zhong jiang
  0 siblings, 0 replies; only message in thread
From: zhong jiang @ 2018-10-24  5:58 UTC (permalink / raw)
  To: davem
  Cc: wg, mkl, martin.elshuber, philipp.tomsich, linux-can, netdev,
	linux-kernel

Just remove same duplicated includes.

Signed-off-by: zhong jiang <zhongjiang@huawei.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 */
-- 
1.7.12.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-24  5:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24  5:58 [PATCH] can: usb: Remove some duplicated includes from ucan.c zhong jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).