Skip to content

Commit a441434

Browse files
Jiapeng Chongdavem330
authored andcommitted
amt: Remove duplicate include
Clean up the following includecheck warning: ./drivers/net/amt.c: net/protocol.h is included more than once. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Reviewed-by: Taehee Yoo <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent db24343 commit a441434

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/amt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/igmp.h>
1313
#include <linux/workqueue.h>
1414
#include <net/net_namespace.h>
15-
#include <net/protocol.h>
1615
#include <net/ip.h>
1716
#include <net/udp.h>
1817
#include <net/udp_tunnel.h>

0 commit comments

Comments
 (0)