diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2013-01-22 03:44:09 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2013-02-05 02:32:20 -0500 |
commit | 21b5a6f8ff3cbcd7623187628320a4e7125120fb (patch) | |
tree | 5bb69e7dd2057fc29491653a606339f6ba228ff0 /drivers/net/ethernet/intel/e1000e/hw.h | |
parent | f25701df2ef171894730534e5b557186d2bacf17 (diff) |
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.h | 1 |
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 { | |||
1003 | }; | 1003 | }; |
1004 | 1004 | ||
1005 | #include "82571.h" | 1005 | #include "82571.h" |
1006 | #include "80003es2lan.h" | ||
1006 | 1007 | ||
1007 | #endif | 1008 | #endif |