clk: add missing header

clk will use timer function, add timer.h include for it.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2018-09-26 15:55:44 +08:00
parent a848c5c520
commit 34312c0839
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
*/
#include <sof/drivers/clk.h>
#include <sof/drivers/timer.h>
#include <sof/clock.h>
#include <sof/io.h>
#include <sof/sof.h>

View File

@ -32,6 +32,7 @@
*/
#include <sof/drivers/clk.h>
#include <sof/drivers/timer.h>
#include <sof/clock.h>
#include <sof/io.h>
#include <sof/sof.h>

View File

@ -29,6 +29,7 @@
*/
#include <sof/drivers/clk.h>
#include <sof/drivers/timer.h>
#include <sof/clock.h>
#include <sof/io.h>
#include <sof/sof.h>