diff options
author | Nathan Chancellor <[email protected]> | 2018-09-30 21:10:29 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-10-02 22:29:34 -0700 |
commit | 0fd54807515c1ffa2b65ea06eeab72944445e120 (patch) | |
tree | 520ba20fdc8f1ea2368adaa603cdecf3331ef44f /tools/perf/scripts/python/syscall-counts.py | |
parent | e4a38c0c4b2761b2b6bc9d64352f1dc6f8402eee (diff) |
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 9ad1a3749333
("dpaa_eth: add support for DPAA Ethernet"), this declaration has been
unused. Remove it to silence the warning.
Signed-off-by: Nathan Chancellor <[email protected]>
Acked-by: Madalin Bucur <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions