From: Shahed Shaikh Date: Tue, 1 Apr 2014 20:29:32 +0000 (-0400) Subject: qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' X-Git-Tag: v3.15-rc1~113^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1f6056f2f7293d5108eda905af42df58b78370;p=pandora-kernel.git qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' Commit 2b3d7b758c687("qlcnic: Add VXLAN Rx offload support") uses vxlan_get_rx_port() which caused build failure when VXLAN=m. This patch fixes the build failure by adding dependency on VXLAN in Kconfig of qlcnic module and use vxlan_get_rx_port() and support code accordingly. Signed-off-by: Shahed Shaikh Signed-off-by: David S. Miller --- Reading git-diff-tree failed