aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorHoratiu Vultur <[email protected]>2022-04-29 09:19:53 +0200
committerDavid S. Miller <[email protected]>2022-04-30 15:20:18 +0100
commit48cec73a891cca087fbc7791c4753784180991a9 (patch)
treebd1d9586a16a50b18fb4a481ebfdacfb203c2749 /tools/perf/scripts/python/sched-migration.py
parent2e47eece158a7e5d2205be42e9c44b87302de1a7 (diff)
net: lan966x: Fix compilation error
Starting from the blamed commit, the lan966x build fails with the following compilation error: drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c:342:9: error: implicit declaration of function ‘ptp_find_pin_unlocked’ [-Werror=implicit-function-declaration] 342 | pin = ptp_find_pin_unlocked(phc->clock, PTP_PF_EXTTS, 0); The issue is that there is no stub function for ptp_find_pin_unlocked in case CONFIG_PTP_1588_CLOCK is not selected. Therefore add one. Reported-by: kernel test robot <[email protected]> Fixes: f3d8e0a9c28ba0 ("net: lan966x: Add support for PTP_PF_EXTTS") Signed-off-by: Horatiu Vultur <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions