Skip to content

Commit

Permalink
e1000e: split lib.c into three more-appropriate files
Browse files Browse the repository at this point in the history
The generic lib.c file contains code relative to the various MACs, NVM and
Manageability supported by the driver.  This patch splits the file into
three which are specific to those areas similar to how the PHY-specific
code is in phy.c and code specific to the 80003es2lan, 8257x, and ichX
MAC families are in their own files.  The generic code that is applicable
to all MAC/PHY parts supported by the driver remains in netdev.c, param.c
and ethtool.c files.  No change in functionality, just moving code
around for ease of maintenance, with some whitespace and other checkpatch
cleanups.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Jan 27, 2012
1 parent c8243ee commit fe2ddfb
Show file tree
Hide file tree
Showing 4 changed files with 1,051 additions and 995 deletions.
3 changes: 2 additions & 1 deletion drivers/net/ethernet/intel/e1000e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
obj-$(CONFIG_E1000E) += e1000e.o

e1000e-objs := 82571.o ich8lan.o 80003es2lan.o \
lib.o phy.o param.o ethtool.o netdev.o
mac.o manage.o nvm.o phy.o \
param.o ethtool.o netdev.o

Loading

0 comments on commit fe2ddfb

Please sign in to comment.