From: Bruce Allan Date: Tue, 5 Feb 2013 08:30:59 +0000 (-0800) Subject: e1000e: convert enums of register offsets and move #defines to regs.h X-Git-Tag: v3.9-rc1~139^2~157^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c556d6072d99c96bbc091ea64712cf71468ce533;p=pandora-kernel.git e1000e: convert enums of register offsets and move #defines to regs.h There are enough register offsets to warrant being in their own header file, and doing so logically separates them from other header file content. They have been converted from an enumerated data type to #defines as is done in all the other Intel wired ethernet drivers. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed