]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: cosmetic move of function prototypes to the new mac.h
authorBruce Allan <bruce.w.allan@intel.com>
Tue, 22 Jan 2013 08:44:19 +0000 (08:44 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Feb 2013 07:52:44 +0000 (23:52 -0800)
commit1ca646ab533a4a9e9da57dd45ef12268d59c53ab
tree51d3dcbf112df58bde36e21659798ab0f12772a9
parent85a698badddeaccf9803da5b1c78b5c0bf9a9b78
e1000e: cosmetic move of function prototypes to the new mac.h

Move prototypes for functions which are applicable to all/most devices
supported by the driver and are specific to the MAC component of each
device to the new mac.h header file.  These function prototypes can be used
by other files in the driver and moving them to the MAC-specific file makes
it clearer to which component 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>
drivers/net/ethernet/intel/e1000e/e1000.h
drivers/net/ethernet/intel/e1000e/hw.h
drivers/net/ethernet/intel/e1000e/mac.h [new file with mode: 0644]