linux-stable/drivers/net/ethernet/samsung/sxgbe
Krzysztof Kozlowski 7f319fe436 net: samsung: sxgbe: drop of_match_ptr for ID table
The driver can match only via the DT table so the table should be always
used and the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it is not relevant here).

  drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c:220:34: error: ‘sxgbe_dt_ids’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-03-15 08:02:45 +00:00
..
Makefile
sxgbe_common.h ethernet: constify references to netdev->dev_addr in drivers 2021-10-14 09:22:11 -07:00
sxgbe_core.c ethernet: constify references to netdev->dev_addr in drivers 2021-10-14 09:22:11 -07:00
sxgbe_desc.c
sxgbe_desc.h
sxgbe_dma.c
sxgbe_dma.h
sxgbe_ethtool.c net: ethernet: move from strlcpy with unused retval to strscpy 2022-08-31 14:11:26 -07:00
sxgbe_main.c net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
sxgbe_mdio.c net: sxgbe: Separate C22 and C45 transactions 2023-01-17 19:34:08 -08:00
sxgbe_mtl.c
sxgbe_mtl.h
sxgbe_platform.c net: samsung: sxgbe: drop of_match_ptr for ID table 2023-03-15 08:02:45 +00:00
sxgbe_reg.h