aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorPranith Kumar <bobby.prani@gmail.com>2014-10-10 01:19:06 -0400
committerDavid S. Miller <davem@davemloft.net>2014-10-10 01:20:01 -0400
commitb71b12dce200e4709bd9f709e71c84dcb2cf8a82 (patch)
tree13437f6587bcbde3b70152d34ff9c218a5187c5c /drivers/net
parent7b4ecf39a2fb2285b3ffc869411461a3e83e1b63 (diff)
networking: fm10k: Fix build failure
The latest linus git tip (3.18-rc1) fails with the following build failure. Fix this by making PTP support explicit for fm10k driver. rivers/built-in.o: In function `fm10k_ptp_register': (.text+0x12e760): undefined reference to `ptp_clock_registER' drivers/built-in.o: In function `fm10k_ptp_unregister': (.text+0x12e7dc): undefined reference to `ptp_clock_unregister' Makefile:930: recipe for target 'vmlinux' failed Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/intel/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig
index 6a6d5ee51e6a..6919adb66f53 100644
--- a/drivers/net/ethernet/intel/Kconfig
+++ b/drivers/net/ethernet/intel/Kconfig
@@ -304,6 +304,7 @@ config FM10K
304 tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support" 304 tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
305 default n 305 default n
306 depends on PCI_MSI 306 depends on PCI_MSI
307 select PTP_1588_CLOCK
307 ---help--- 308 ---help---
308 This driver supports Intel(R) FM10000 Ethernet Switch Host 309 This driver supports Intel(R) FM10000 Ethernet Switch Host
309 Interface. For more information on how to identify your adapter, 310 Interface. For more information on how to identify your adapter,