mirror of https://github.com/torvalds/linux.git
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
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| dpaa_eth.c | ||
| dpaa_eth.h | ||
| dpaa_eth_sysfs.c | ||
| dpaa_eth_trace.h | ||
| dpaa_ethtool.c | ||