From 7f1f6056f2f7293d5108eda905af42df58b78370 Mon Sep 17 00:00:00 2001 From: Shahed Shaikh Date: Tue, 1 Apr 2014 16:29:32 -0400 Subject: [PATCH] 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-format-patch failed