diff options
author | Saeed Mahameed <saeedm@nvidia.com> | 2022-05-17 23:58:20 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-05-18 20:07:58 -0700 |
commit | 309ec443079b0c6fcfb93a62c2554a164ade3f3e (patch) | |
tree | 67cd6b52556e27b9caf5c6298217b70bbd57e5b1 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b465131b80540cfaa83ba11e775bc48a4b056836 (diff) |
sfc: siena: Have a unique wrapper ifndef for efx channels header
Both sfc/efx_channels.h and sfc/siena/efx_channels.h used the same
wrapper #ifndef EFX_CHANNELS_H, this patch changes the siena define to be
EFX_SIENA_CHANNELS_H to avoid build system confusion.
This fixes the following build break:
drivers/net/ethernet/sfc/ptp.c:2191:28:
error: ‘efx_copy_channel’ undeclared here (not in a function); did you mean ‘efx_ptp_channel’?
2191 | .copy = efx_copy_channel,
Fixes: 6e173d3b4af9 ("sfc: Copy shared files needed for Siena (part 1)")
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Cc: Edward Cree <ecree.xilinx@gmail.com>
Acked-by: Martin Habets <habetsm.xilinx@gmail.com>
Link: https://lore.kernel.org/r/20220518065820.131611-1-saeed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions