]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
bnx2x: remove unnecessary .h dependencies
authorYuval Mintz <yuvalmin@broadcom.com>
Tue, 3 Apr 2012 18:41:23 +0000 (18:41 +0000)
committerJoe Jin <joe.jin@oracle.com>
Tue, 28 Aug 2012 07:23:24 +0000 (15:23 +0800)
(cherry picked from commit ef81442f728ffcf30ccbc6db253df8e35a5182c4)
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/bnx2x/bnx2x_cmn.c
drivers/net/bnx2x/bnx2x_ethtool.c
drivers/net/bnx2x/bnx2x_main.c

index ee2739f9eef2043d42795e9d4cf8999b64baf972..e88a441d0883e60c627c3ae0f686061e9b617d77 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/ip.h>
 #include <net/ipv6.h>
 #include <net/ip6_checksum.h>
-#include <linux/firmware.h>
 #include <linux/prefetch.h>
 #include "bnx2x_cmn.h"
 #include "bnx2x_init.h"
index dc0f06d11d00f35fda75ae7cb8ec59f7f26e04d4..52f02e0aca7c7f8690a3d5abe3e1ee3e6bfcf57b 100644 (file)
 #include <linux/types.h>
 #include <linux/sched.h>
 #include <linux/crc32.h>
-
-
 #include "bnx2x.h"
 #include "bnx2x_cmn.h"
 #include "bnx2x_dump.h"
 #include "bnx2x_init.h"
-#include "bnx2x_sp.h"
 
 /* Note: in the format strings below %s is replaced by the queue-name which is
  * either its index or 'fcoe' for the fcoe queue. Make sure the format string
index 917913b6394f08080ddbcc1a290b1bd8ca9aabad..1fae0825d73633054175420d83eb9136912c7ac9 100644 (file)
@@ -39,7 +39,6 @@
 #include <linux/time.h>
 #include <linux/ethtool.h>
 #include <linux/mii.h>
-#include <linux/if.h>
 #include <linux/if_vlan.h>
 #include <net/ip.h>
 #include <net/ipv6.h>