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:
parent
68fd304d19
commit
0bb4665df7
12 changed files with 119 additions and 103 deletions
|
@ -48,7 +48,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
|||
#endif
|
||||
|
||||
#if defined(CONFIG_PTP_CLOCK_SAM_GMAC)
|
||||
#include <ptp_clock.h>
|
||||
#include <drivers/ptp_clock.h>
|
||||
#include <net/gptp.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue