linux_dsm_epyc7002/drivers/net/ethernet/freescale/dpaa
Nathan Chancellor 0fd5480751 dpaa_eth: Remove useless declaration
Clang warns:

drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2734:34: warning:
tentative array definition assumed to have one element
static const struct of_device_id dpaa_match[];
                                 ^
1 warning generated.

Turns out that since this driver was introduced in commit 9ad1a37493
("dpaa_eth: add support for DPAA Ethernet"), this declaration has been
unused. Remove it to silence the warning.

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Acked-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-10-02 22:29:34 -07:00
..
dpaa_eth_sysfs.c dpaa_eth: use multiple Rx frame queues 2017-08-28 16:41:00 -07:00
dpaa_eth_trace.h dpaa_eth: add trace points 2016-11-15 22:34:25 -05:00
dpaa_eth.c dpaa_eth: Remove useless declaration 2018-10-02 22:29:34 -07:00
dpaa_eth.h dpaa_eth: add support for hardware timestamping 2018-06-26 22:15:14 +09:00
dpaa_ethtool.c net: ethernet: dpaa: remove unused variables 2018-09-28 10:25:11 -07:00
Kconfig dpaa_eth: remove redundant dependency on FSL_SOC 2016-12-17 11:42:45 -05:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00