r8169: remove struct jumbo_ops
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 31 May 2019 17:54:03 +0000 (19:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2019 01:15:38 +0000 (18:15 -0700)
commit485bb1b3fac5e2e8f60c59544136085134b3c8f3
tree75f1cb15e7384721e8ae45821ff265102f80c6b2
parent5f9505235bb96075a033d0021058bc2aa77b94ac
r8169: remove struct jumbo_ops

The jumbo_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