net: Really remove all of LOOPBACK_TSO code.

As noticed by Saikiran Madugula, commit 7447ef63cf2dfdc444f4c72ae13f604350b2e25f
("loopback: Remove rest of LOOPBACK_TSO code.") got rid of
emulate_large_send_offload() but didn't get rid of the call
site as well.

Signed-off-by: David S. Miller <davem@davemloft.net>

-9
-9
drivers/net/loopback.c
··· 76 77 skb->protocol = eth_type_trans(skb,dev); 78 79 - #ifdef LOOPBACK_TSO 80 - if (skb_is_gso(skb)) { 81 - BUG_ON(skb->protocol != htons(ETH_P_IP)); 82 - BUG_ON(ip_hdr(skb)->protocol != IPPROTO_TCP); 83 - 84 - emulate_large_send_offload(skb); 85 - return 0; 86 - } 87 - #endif 88 dev->last_rx = jiffies; 89 90 /* it's OK to use per_cpu_ptr() because BHs are off */
··· 76 77 skb->protocol = eth_type_trans(skb,dev); 78 79 dev->last_rx = jiffies; 80 81 /* it's OK to use per_cpu_ptr() because BHs are off */