From: David S. Miller Date: Sat, 19 Feb 2022 16:41:50 +0000 (+0000) Subject: Merge branch 'phylink-remove-pcs_poll' X-Git-Tag: v6.6.17~7931^2~297 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d0350c471ccd8d6a5b35e514e6b28e9a8fe4dbe;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'phylink-remove-pcs_poll' Russell King says: ==================== net: phylink: remove pcs_poll This small series removes the now unused pcs_poll members from DSA and phylink. "git grep pcs_poll drivers/net/ net/" on net-next confirms that the only places that reference this are in DSA core code and phylink code: drivers/net/phy/phylink.c: if (pl->config->pcs_poll || pcs->poll) drivers/net/phy/phylink.c: poll |= pl->config->pcs_poll; net/dsa/port.c: dp->pl_config.pcs_poll = ds->pcs_poll; ==================== Signed-off-by: David S. Miller --- 0d0350c471ccd8d6a5b35e514e6b28e9a8fe4dbe