commit | e4ff3232102080e8491f2fecb83446e1cbf5b87c | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Thu Jul 02 17:28:13 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 02 14:47:39 2020 -0700 |
tree | 11320fd5f4655cdb00b075cd0da6be2b60eef59d | |
parent | bc32442176d7289a71a2e940e5e8ea63cd0a23bb [diff] |
sfc: move modparam 'interrupt_mode' out of common channel code EF100 only supports MSI-X, so there's no need for the new driver to expose this old module parameter. Since it's now visible to the linker, we have to rename it internally to efx_interrupt_mode to avoid symbol collisions in non-modular builds. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>