r8169: Drop tp arg from rtl8169_tx_vlan_tag()
authorKirill Smelkov <kirr@mns.spb.ru>
Sat, 10 Nov 2012 17:11:02 +0000 (21:11 +0400)
committerFrancois Romieu <romieu@fr.zoreil.com>
Sun, 11 Nov 2012 22:32:58 +0000 (23:32 +0100)
Since eab6d18d (vlan: Don't check for vlan group before
vlan_tx_tag_present.) we don't check tp->vlgrp and thus
tp is not needed in this function.

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>

No differences found