aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/Makefile
diff options
context:
space:
mode:
authorAlex Maftei (amaftei) <amaftei@solarflare.com>2020-01-08 16:12:18 +0000
committerDavid S. Miller <davem@davemloft.net>2020-01-08 13:28:03 -0800
commit768fd2664e24141ce9c93335638f98d7f269f70f (patch)
tree3da0f9226546058460ccf77d436eb9eab5d574e7 /drivers/net/ethernet/sfc/Makefile
parentsfc: move struct init and fini code (diff)
downloadlinux-dev-768fd2664e24141ce9c93335638f98d7f269f70f.tar.xz
linux-dev-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/Makefile2
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 \