aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/hw.h
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2013-01-22 08:44:09 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2013-02-04 23:32:20 -0800
commit21b5a6f8ff3cbcd7623187628320a4e7125120fb (patch)
tree5bb69e7dd2057fc29491653a606339f6ba228ff0 /drivers/net/ethernet/intel/e1000e/hw.h
parente1000e: cosmetic move of #defines and prototypes to the new 82571.h (diff)
downloadlinux-dev-21b5a6f8ff3cbcd7623187628320a4e7125120fb.tar.xz
linux-dev-21b5a6f8ff3cbcd7623187628320a4e7125120fb.zip
e1000e: cosmetic move of #defines to the new 80003es2lan.h
Move #defines specific to the ESB2/82563 family of devices to the new 80003es2lan.h header file. These defines can be used by other files in the driver and moving them to the 80003es2lan-family-specific file makes it clearer to which devices they are applicable. 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>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/hw.h')
-rw-r--r--drivers/net/ethernet/intel/e1000e/hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/hw.h b/drivers/net/ethernet/intel/e1000e/hw.h
index 6f94437d8c0e..8a145f468721 100644
--- a/drivers/net/ethernet/intel/e1000e/hw.h
+++ b/drivers/net/ethernet/intel/e1000e/hw.h
@@ -1003,5 +1003,6 @@ struct e1000_hw {
};
#include "82571.h"
+#include "80003es2lan.h"
#endif