On Tue, Feb 09, 2021 at 12:17:06AM +0100, Michael Walle wrote: > It is nowhere used in the kernel. It also seems to be lacking the > proper fiber advertise flags. Remove it.
Maybe also remove the #define for PHY_BCM_FLAGS_MODE_1000BX? Maybe there is an out of tree driver using this? By removing the #define, it will fail at compile time, making it obvious the support has been removed? Otherwise: Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew