commit | a5d7fcb689eba7884c3bd5d42cebebdf0e99b978 | [log] [tgz] |
---|---|---|
author | Ivan Vecera <cera@cera.cz> | Tue Jul 10 22:59:41 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 00:03:30 2018 -0700 |
tree | f545365d0fe1a2eb00f5b3587df732c8f83aa297 | |
parent | d0c694fc7b01a500741d4085d26ed78df5aa6c7a [diff] |
be2net: remove unused old AIC info The commit 2632bafd74ae ("be2net: fix adaptive interrupt coalescing") introduced a separate struct be_aic_obj to hold AIC information but unfortunately left the old stuff in be_eq_obj. So remove it. Fixes: 2632bafd74ae ("be2net: fix adaptive interrupt coalescing") Signed-off-by: Ivan Vecera <cera@cera.cz> Signed-off-by: David S. Miller <davem@davemloft.net>