commit | c1328a27bb8cdbe3ff1677cc263d302fb8a72075 | [log] [tgz] |
---|---|---|
author | Ivan Vecera <cera@cera.cz> | Tue Jul 10 22:59:42 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 00:03:30 2018 -0700 |
tree | fdf234725e9057fe8a995893447b460c11663911 | |
parent | a5d7fcb689eba7884c3bd5d42cebebdf0e99b978 [diff] |
be2net: remove unused old custom busy-poll fields The commit fb6113e688e0 ("be2net: get rid of custom busy poll code") replaced custom busy-poll code by the generic one but left several macros and fields in struct be_eq_obj that are currently unused. Remove this stuff. Fixes: fb6113e688e0 ("be2net: get rid of custom busy poll code") Signed-off-by: Ivan Vecera <cera@cera.cz> Signed-off-by: David S. Miller <davem@davemloft.net>