From: Andy Zhou Date: Sat, 4 Oct 2014 06:19:11 +0000 (+0000) Subject: fm10k: Add CONFIG_FM10K_VXLAN configuration option X-Git-Tag: fixes-against-v3.18-rc2~61^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b03c10a1b3f2c98ed23813997cdebef8aabeba;p=pandora-kernel.git fm10k: Add CONFIG_FM10K_VXLAN configuration option Compiling with CONFIG_FM10K=y and VXLAN=m resulting in linking error: drivers/built-in.o: In function `fm10k_open': (.text+0x1f9d7a): undefined reference to `vxlan_get_rx_port' make: *** [vmlinux] Error 1 The fix follows the same strategy as I40E. Signed-off-by: Andy Zhou Acked-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed