> -static int _mv88e6xxx_atu_cmd(struct mv88e6xxx_chip *chip, u16 fid, u16 cmd)
> -{
> -     u16 val;
> -     int err;
> -
> -     if (mv88e6xxx_has(chip, MV88E6XXX_FLAG_G1_ATU_FID)) {
> -             err = mv88e6xxx_g1_write(chip, GLOBAL_ATU_FID, fid);
> -             if (err)
> -                     return err;

I think this removal makes MV88E6XXX_FLAG_G1_ATU_FID unused. It should
be removed from mv88e6xxx.h as well.

   Andrew

Reply via email to