e1000: Convert E1000_*_REG macros to functions
E1000_*_REG don't bring any value by being macros and implicit appending
of "E1000_" prefix to the constant name only makes thing harder to grep
or understand. Replace those macros with functions.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent ae4915f commit 940bd8bb25e037a31ba1cf26d8535bdb24c3723e
@Andrey Smirnov Andrey Smirnov authored on 2 Jun 2016
Sascha Hauer committed on 3 Jun 2016
Showing 5 changed files
View
drivers/net/Makefile
View
drivers/net/e1000/e1000.h
View
drivers/net/e1000/eeprom.c
View
drivers/net/e1000/main.c
Too large (Show diff)
View
drivers/net/e1000/regio.c 0 → 100644