Commit 1e2c71d1 authored by Aurelio Colosimo's avatar Aurelio Colosimo Committed by Alessandro Rubini

trivial: timer.h deleted and syscon.h included when necessary

parent 5c104cc9
#include <sys/time.h>
#include <board.h>
#include <timer.h>
#include <endpoint.h>
#include <pps_gen.h>
#include <softpll_ng.h>
......
......@@ -6,7 +6,6 @@
#include "ptpd_netif.h"
#include "board.h"
#include "timer.h"
#include "pps_gen.h"
#include "minic.h"
#include "softpll_ng.h"
......
......@@ -3,7 +3,6 @@
#include <string.h>
#include "board.h"
#include "timer.h"
#include "trace.h"
#include "hw/softpll_regs.h"
#include "hw/pps_gen_regs.h"
......
#include <timer.h>
#include <syscon.h>
/* Number of bits of the BB phase detector error counter. Bit [BB_ERROR_BITS] is the wrap-around bit */
#define BB_ERROR_BITS 16
......
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