mirror of https://github.com/thesofproject/sof.git
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:
parent
a848c5c520
commit
34312c0839
|
@ -30,6 +30,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sof/drivers/clk.h>
|
#include <sof/drivers/clk.h>
|
||||||
|
#include <sof/drivers/timer.h>
|
||||||
#include <sof/clock.h>
|
#include <sof/clock.h>
|
||||||
#include <sof/io.h>
|
#include <sof/io.h>
|
||||||
#include <sof/sof.h>
|
#include <sof/sof.h>
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sof/drivers/clk.h>
|
#include <sof/drivers/clk.h>
|
||||||
|
#include <sof/drivers/timer.h>
|
||||||
#include <sof/clock.h>
|
#include <sof/clock.h>
|
||||||
#include <sof/io.h>
|
#include <sof/io.h>
|
||||||
#include <sof/sof.h>
|
#include <sof/sof.h>
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sof/drivers/clk.h>
|
#include <sof/drivers/clk.h>
|
||||||
|
#include <sof/drivers/timer.h>
|
||||||
#include <sof/clock.h>
|
#include <sof/clock.h>
|
||||||
#include <sof/io.h>
|
#include <sof/io.h>
|
||||||
#include <sof/sof.h>
|
#include <sof/sof.h>
|
||||||
|
|
Loading…
Reference in New Issue