commit | e15b03625ce1aa5ca4ab782e034af7d5b56e1b19 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 05 10:06:12 2015 -0700 |
committer | Michael Grzeschik <m.grzeschik@pengutronix.de> | Wed Sep 23 08:44:27 2015 +0200 |
tree | b1d16ca1b2693a0e1bba67dd1f33c499f7d1be26 | |
parent | a11a5442d108357d44d34407ce2ed9d77ab424a0 [diff] |
arcnet: Remove function pointer macro indirections It's clearer to use function pointer calls directly instead of the macro indirections of ARCRESET, ACOMMAND, ASTATUS, and AINTMASK. Remove the now unused macros too. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>