]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.c
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 2 Nov 2011 05:49:44 +0000 (01:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Nov 2011 05:49:44 +0000 (01:49 -0400)
commit2edcd4ca43df3c1d1d392753531cc73a53e709ba
tree0a82adf6b2b95135568d8defb6931a6b66120fff
parent0ad92ad03aa444b312bd318b0341011a8be09d13
net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.c

Commit 9e903e085262 ("net: add skb frag size accessors") used frag_size
instead of skb_frag_size in this file.

Fixes this build error:

drivers/net/ethernet/xilinx/ll_temac_main.c: In function 'temac_start_xmit':
drivers/net/ethernet/xilinx/ll_temac_main.c:717:3: error: implicit declaration of function 'frag_size' [-Werror=implicit-function-declaration]

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/ll_temac_main.c