stmmac: remove useless csum flag
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Wed, 21 Aug 2013 07:11:14 +0000 (09:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Aug 2013 03:38:16 +0000 (20:38 -0700)
This patch removes the no_csum_insertion private parameter that is not used anymore
and, also,  the "likely" annotation from the condition that is not in a critical path.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found