From: Yuval Mintz Date: Tue, 3 Apr 2012 18:41:23 +0000 (+0000) Subject: bnx2x: remove unnecessary .h dependencies X-Git-Tag: v2.6.39-400.9.0~338^2~93 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=26edcafdb041f67ab7f10ac1f643876c2931d985;p=users%2Fjedix%2Flinux-maple.git bnx2x: remove unnecessary .h dependencies (cherry picked from commit ef81442f728ffcf30ccbc6db253df8e35a5182c4) Signed-off-by: Yuval Mintz Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller Signed-off-by: Joe Jin --- diff --git a/drivers/net/bnx2x/bnx2x_cmn.c b/drivers/net/bnx2x/bnx2x_cmn.c index ee2739f9eef2..e88a441d0883 100644 --- a/drivers/net/bnx2x/bnx2x_cmn.c +++ b/drivers/net/bnx2x/bnx2x_cmn.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include "bnx2x_cmn.h" #include "bnx2x_init.h" diff --git a/drivers/net/bnx2x/bnx2x_ethtool.c b/drivers/net/bnx2x/bnx2x_ethtool.c index dc0f06d11d00..52f02e0aca7c 100644 --- a/drivers/net/bnx2x/bnx2x_ethtool.c +++ b/drivers/net/bnx2x/bnx2x_ethtool.c @@ -22,13 +22,10 @@ #include #include #include - - #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 diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c index 917913b6394f..1fae0825d736 100644 --- a/drivers/net/bnx2x/bnx2x_main.c +++ b/drivers/net/bnx2x/bnx2x_main.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include