commit | 4575f44337171775aef764eed6974487d49e39fa | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sat Dec 08 01:49:12 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 30 08:40:00 2019 -0500 |
tree | ca19ab0cce86a1f5a891df68457f11be2973e120 | |
parent | d144639e4756fb7245efcf29c09c2134b9591a50 [diff] |
drivers: eth: gmac: get rid of descriptors helpers Now that the descriptor lists are in non-cached memory, the helpers are just accessing the w0 or w1 members of the structure. Just drop them and access the members directly. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>