linux-stable/drivers/net/ethernet/sfc
Alejandro Lucero 5f22c3b621 sfc: fix builds without CONFIG_RTC_LIB
Add an embarrassingly missed semicolon plus and embarrassingly missed
parenthesis breaking kernel building when CONFIG_RTC_LIB is not set
like the one reported with ia64 config.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202302170047.EjCPizu3-lkp@intel.com/
Fixes: 14743ddd24 ("sfc: add devlink info support for ef100")
Signed-off-by: Alejandro Lucero <alejandro.lucero-palau@amd.com>
Link: https://lore.kernel.org/r/20230220110133.29645-1-alejandro.lucero-palau@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-02-20 16:39:50 -08:00
..
falcon net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
siena sfc: move xdp_features configuration in efx_pci_probe_post_io() 2023-02-08 10:18:46 -08:00
bitfield.h
ef10.c sfc: Change VF mac via PF as first preference if available. 2022-10-15 11:06:44 +01:00
ef10_regs.h
ef10_sriov.c
ef10_sriov.h
ef100.c
ef100.h
ef100_ethtool.c sfc: remove 'log-tc-errors' ethtool private flag 2022-10-19 13:00:05 -07:00
ef100_ethtool.h
ef100_netdev.c sfc: obtain device mac address based on firmware handle for ef100 2023-02-16 12:03:12 +01:00
ef100_netdev.h
ef100_nic.c sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV 2023-02-20 10:49:30 +00:00
ef100_nic.h sfc: add support for devlink port_function_hw_addr_get in ef100 2023-02-16 12:03:13 +01:00
ef100_regs.h
ef100_rep.c sfc: add support for devlink port_function_hw_addr_get in ef100 2023-02-16 12:03:13 +01:00
ef100_rep.h sfc: add support for devlink port_function_hw_addr_get in ef100 2023-02-16 12:03:13 +01:00
ef100_rx.c sfc: add ability for extra channels to receive raw RX buffers 2022-11-16 09:07:02 +00:00
ef100_rx.h
ef100_sriov.c
ef100_sriov.h
ef100_tx.c sfc (gcc13): synchronize ef100_enqueue_skb()'s return type 2022-11-02 20:38:17 -07:00
ef100_tx.h
efx.c bpf-next-for-netdev 2023-02-10 17:51:27 -08:00
efx.h
efx_channels.c sfc: add start and stop methods to channels 2022-11-16 09:07:02 +00:00
efx_channels.h
efx_common.c sfc: use sysfs_emit() to instead of scnprintf() 2022-12-06 20:37:38 -08:00
efx_common.h
efx_devlink.c sfc: fix builds without CONFIG_RTC_LIB 2023-02-20 16:39:50 -08:00
efx_devlink.h sfc: add devlink port support for ef100 2023-02-16 12:03:12 +01:00
enum.h
ethtool.c
ethtool_common.c sfc: remove 'log-tc-errors' ethtool private flag 2022-10-19 13:00:05 -07:00
ethtool_common.h sfc: remove 'log-tc-errors' ethtool private flag 2022-10-19 13:00:05 -07:00
farch_regs.h
filter.h sfc: include vport_id in filter spec hash and equal() 2022-10-19 17:08:43 -07:00
io.h
Kconfig sfc: add devlink support for ef100 2023-02-16 12:03:12 +01:00
mae.c sfc: clean up some inconsistent indentings 2023-02-20 16:39:00 -08:00
mae.h sfc: add devlink port support for ef100 2023-02-16 12:03:12 +01:00
mae_counter_format.h sfc: add extra RX channel to receive MAE counter updates on ef100 2022-11-16 09:07:02 +00:00
Makefile sfc: add devlink support for ef100 2023-02-16 12:03:12 +01:00
mcdi.c sfc: add devlink info support for ef100 2023-02-16 12:03:12 +01:00
mcdi.h sfc: enumerate mports in ef100 2023-02-16 12:03:12 +01:00
mcdi_filters.c
mcdi_filters.h
mcdi_functions.c
mcdi_functions.h
mcdi_mon.c
mcdi_pcol.h
mcdi_pcol_mae.h
mcdi_port.c
mcdi_port.h
mcdi_port_common.c
mcdi_port_common.h
mtd.c
net_driver.h sfc: add devlink port support for ef100 2023-02-16 12:03:12 +01:00
nic.c
nic.h
nic_common.h
ptp.c ptp: convert remaining drivers to adjfine interface 2022-11-11 10:58:39 +00:00
ptp.h
rx.c
rx_common.c sfc: add ability for an RXQ to grant credits on refill 2022-11-16 09:07:02 +00:00
rx_common.h
selftest.c
selftest.h
sriov.c
sriov.h
tc.c sfc: implement counters readout to TC stats 2022-11-16 09:07:03 +00:00
tc.h sfc: attach an MAE counter to TC actions that need it 2022-11-16 09:07:03 +00:00
tc_bindings.c
tc_bindings.h
tc_counters.c sfc: ensure type is valid before updating seen_gen 2022-11-23 13:47:51 +00:00
tc_counters.h sfc: implement counters readout to TC stats 2022-11-16 09:07:03 +00:00
tx.c sfc: Use kmap_local_page() instead of kmap_atomic() 2022-11-25 10:44:01 +00:00
tx.h
tx_common.c
tx_common.h
tx_tso.c
vfdi.h
workarounds.h