From: David S. Miller Date: Tue, 26 Aug 2014 03:21:55 +0000 (-0700) Subject: mvneta: Add missing if_vlan.h include. X-Git-Tag: fixes-for-v3.18-merge-window~162^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d39d120781a5770573dc6ed672a5a562f541aea;p=pandora-kernel.git mvneta: Add missing if_vlan.h include. drivers/net/ethernet/marvell/mvneta.c: In function 'mvneta_skb_tx_csum': drivers/net/ethernet/marvell/mvneta.c:1374:3: error: implicit declaration of function 'vlan_get_protocol' [-Werror=implicit-function-declaration] __be16 l3_proto = vlan_get_protocol(skb); ^ Reporeted-by: Stephen Rothwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed