Skip to content

Commit

Permalink
bnx2x: Create bnx2x_cmn.* files
Browse files Browse the repository at this point in the history
Newly created files have no functionality changes,
but includes some functionality from bnx2x_main.c which
is common for PF and coming in the future VF driver.

Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed Jul 28, 2010
1 parent b0efbb9 commit 9f6c925
Show file tree
Hide file tree
Showing 5 changed files with 3,092 additions and 2,749 deletions.
2 changes: 1 addition & 1 deletion drivers/net/bnx2x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

obj-$(CONFIG_BNX2X) += bnx2x.o

bnx2x-objs := bnx2x_main.o bnx2x_link.o
bnx2x-objs := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o
1 change: 1 addition & 0 deletions drivers/net/bnx2x/bnx2x.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#endif

#include <linux/mdio.h>
#include <linux/pci.h>
#include "bnx2x_reg.h"
#include "bnx2x_fw_defs.h"
#include "bnx2x_hsi.h"
Expand Down
Loading

0 comments on commit 9f6c925

Please sign in to comment.