diff options
author | Alex Maftei (amaftei) <amaftei@solarflare.com> | 2020-01-08 17:12:18 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-08 22:28:03 +0100 |
commit | 768fd2664e24141ce9c93335638f98d7f269f70f (patch) | |
tree | 3da0f9226546058460ccf77d436eb9eab5d574e7 /drivers/net/ethernet/sfc/Makefile | |
parent | sfc: move struct init and fini code (diff) | |
download | linux-768fd2664e24141ce9c93335638f98d7f269f70f.tar.xz linux-768fd2664e24141ce9c93335638f98d7f269f70f.zip |
sfc: move some channel-related code
Just a handful of function, but also removed many 'static' identifiers
so the code builds. These will, of course, be moved.
Module parameters for IRQ moderation threshold also moved.
Small code styling fixes included.
Signed-off-by: Alexandru-Mihai Maftei <amaftei@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc/Makefile')
-rw-r--r-- | drivers/net/ethernet/sfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/Makefile b/drivers/net/ethernet/sfc/Makefile index 7022cffa31f8..dacfa42beffe 100644 --- a/drivers/net/ethernet/sfc/Makefile +++ b/drivers/net/ethernet/sfc/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -sfc-y += efx.o efx_common.o nic.o \ +sfc-y += efx.o efx_common.o efx_channels.o nic.o \ farch.o siena.o ef10.o \ tx.o rx.o \ selftest.o ethtool.o ptp.o tx_tso.o \ |