> diff --git a/drivers/net/dsa/mv88e6xxx.c b/drivers/net/dsa/mv88e6xxx.c > index dbbda4e..b744ed5 100644 > --- a/drivers/net/dsa/mv88e6xxx.c > +++ b/drivers/net/dsa/mv88e6xxx.c > @@ -2551,6 +2551,68 @@ restore_page_0: > return ret; > } > > +static int _mv88e6xxx_switch_reset(struct mv88e6xxx_priv_state *ps) > +{
You missed removing the _ prefix. Thanks for removing the others. With so much less noise, it is easier to review the patches. Andrew