diff options
author | 2022-05-09 16:32:08 +0100 | |
---|---|---|
committer | 2022-05-10 15:38:14 -0700 | |
commit | 71ad88f661253f5f2500f6e20c34927722401a13 (patch) | |
tree | 392ca45d888dfa985641e4946cb48cd6b4cc8199 /net/core/dev.c | |
parent | sfc/siena: Remove build references to missing functionality (diff) | |
download | linux-rng-71ad88f661253f5f2500f6e20c34927722401a13.tar.xz linux-rng-71ad88f661253f5f2500f6e20c34927722401a13.zip |
sfc/siena: Rename functions in efx headers to avoid conflicts with sfc
When building with allyesconfig there are many identical
symbol names.
For siena use efx_siena_ as the function and variable prefix
to avoid build errors.
efx_mtd_remove_partition can become static as it is no longer called
from other files.
efx_ticks_to_usecs and efx_xmit_done_single are not used in Siena, so
they are removed.
Several functions are only used inside efx_channels.c for Siena so
they can become static.
Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions