include: Move ptp_clock.h to drivers/ptp_clock.h

Move ptp_clock.h out of the top level include/ dir into
include/drivers/ptp_clock.h and deprecated the old location.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-03-24 08:53:53 -05:00 committed by Jukka Rissanen
commit 0bb4665df7
12 changed files with 119 additions and 103 deletions

View file

@ -32,7 +32,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <ethernet/eth_stats.h>
#if defined(CONFIG_PTP_CLOCK_MCUX)
#include <ptp_clock.h>
#include <drivers/ptp_clock.h>
#include <net/gptp.h>
#endif