aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-03-20 09:58:33 +0100
committerDavid S. Miller <davem@davemloft.net>2017-03-22 10:56:42 -0700
commit07fef3623407444e51c12ea57cd91df38c1069e0 (patch)
treee720e3119fe61deecc43e49e651a6d411b713d08 /drivers/net/ethernet/amazon
parentcpsw/netcp: work around reverse cpts dependency (diff)
downloadlinux-dev-07fef3623407444e51c12ea57cd91df38c1069e0.tar.xz
linux-dev-07fef3623407444e51c12ea57cd91df38c1069e0.zip
cpsw/netcp: cpts depends on posix_timers
With posix timers having become optional, we get a build error with the cpts time sync option of the CPSW driver: drivers/net/ethernet/ti/cpts.c: In function 'cpts_find_ts': drivers/net/ethernet/ti/cpts.c:291:23: error: implicit declaration of function 'ptp_classify_raw';did you mean 'ptp_classifier_init'? [-Werror=implicit-function-declaration] This adds a hard dependency on PTP_CLOCK to avoid the problem, as building it without PTP support makes no sense anyway. Fixes: baa73d9e478f ("posix-timers: Make them configurable") Cc: Nicolas Pitre <nicolas.pitre@linaro.org> Cc: stable@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/amazon')
0 files changed, 0 insertions, 0 deletions