[PATCH -next] usb: gadget: u_ether: Remove duplicated include in u_ether.c

Yang Li posted 1 patch 3 years, 10 months ago
drivers/usb/gadget/function/u_ether.c | 1 -
1 file changed, 1 deletion(-)
[PATCH -next] usb: gadget: u_ether: Remove duplicated include in u_ether.c
Posted by Yang Li 3 years, 10 months ago
Fix following includecheck warning:
./drivers/usb/gadget/function/u_ether.c: linux/etherdevice.h is included
more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/usb/gadget/function/u_ether.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/gadget/function/u_ether.c b/drivers/usb/gadget/function/u_ether.c
index f51694f29de9..7887def05dc2 100644
--- a/drivers/usb/gadget/function/u_ether.c
+++ b/drivers/usb/gadget/function/u_ether.c
@@ -17,7 +17,6 @@
 #include <linux/etherdevice.h>
 #include <linux/ethtool.h>
 #include <linux/if_vlan.h>
-#include <linux/etherdevice.h>
 
 #include "u_ether.h"
 
-- 
2.20.1.7.g153144c