Remove redeclaration found by gcc build
i40e_blink_phy_link_led is declared twice in this file.
Differential D25954
Remove redeclaration found by gcc build lwhsu on Aug 5 2020, 5:38 AM. Authored by Tags None Referenced Files
Details
Remove redeclaration found by gcc build i40e_blink_phy_link_led is declared twice in this file. Build with gcc and clang.
Diff Detail
Event TimelineComment Actions This looks correct to me. One of the folks actively working on the Intel networking drivers should take a look to make sure they're aware of it.
Comment Actions @lwhsu: Could you, please, remove the declaration in line 610 instead? The first occurrence is in a group of other LED functions. Comment Actions Of course, I was also thinking about that but ended with choosing to remove the first one because of their locations of the definitions in i40e_common.c. |