Commit c8bd22f7 authored by Tristan Gingold's avatar Tristan Gingold

wrpc: include net.h instead of ptpd_netif.h

parent 30f148e8
......@@ -5,8 +5,7 @@
* Released to the public domain
*/
#include <dev/endpoint.h>
#include "ptpd_netif.h"
#include "net.h"
#include <ppsi/ppsi.h>
#include <softpll_ng.h>
#include <hal_exports.h>
......
......@@ -10,7 +10,7 @@
#include "../arch-wrpc/wrpc.h"
#include <dev/syscon.h> /* wrpc-sw */
#include <dev/endpoint.h> /* wrpc-sw */
#include <ptpd_netif.h> /* wrpc-sw */
#include "net.h"
#include "board.h"
#ifdef CONFIG_ABSCAL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment