]> git.ipfire.org Git - thirdparty/linux.git/commit
r8169: remove struct mdio_ops
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 31 May 2019 17:53:28 +0000 (19:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2019 01:15:38 +0000 (18:15 -0700)
commit5f9505235bb96075a033d0021058bc2aa77b94ac
tree43595118570a93c9f479fd54c028f335e8017733
parent0b12c73a81b312f1f44ab3968b684f58f9bdbda7
r8169: remove struct mdio_ops

The mdio_ops are used in just one place, so we can simplify the code
and avoid the penalty of indirect calls in times of retpoline.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c