From: Pranith Kumar Date: Fri, 10 Oct 2014 05:19:06 +0000 (-0400) Subject: networking: fm10k: Fix build failure X-Git-Tag: fixes-against-v3.18-rc2~115^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71b12dce200e4709bd9f709e71c84dcb2cf8a82;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed