| Submitter | Sachin Kamat |
|---|---|
| Date | Nov. 19, 2012, 11:52 a.m. |
| Message ID | <1353325931-1803-1-git-send-email-sachin.kamat@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/199993/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Sachin Kamat <sachin.kamat@linaro.org> Date: Mon, 19 Nov 2012 17:22:11 +0530 > bnx2x_hsi.h was included twice. > > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h index de121cc..19517b3 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h @@ -44,7 +44,6 @@ #include "bnx2x_reg.h" #include "bnx2x_fw_defs.h" #include "bnx2x_mfw_req.h" -#include "bnx2x_hsi.h" #include "bnx2x_link.h" #include "bnx2x_sp.h" #include "bnx2x_dcb.h"
bnx2x_hsi.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)