Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48b03754 authored by Huang Weiyi's avatar Huang Weiyi Committed by David S. Miller
Browse files

igb: remove duplicated #include



Remove duplicated #include('s) in
  drivers/net/igb/igb_main.c

Signed-off-by: default avatarHuang Weiyi <weiyi.huang@gmail.com>
Acked-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4570a524
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@
#include <linux/if_ether.h>
#include <linux/aer.h>
#include <linux/prefetch.h>
#include <linux/if_vlan.h>
#ifdef CONFIG_IGB_DCA
#include <linux/dca.h>
#endif