mirror of https://github.com/thesofproject/sof.git
init: add missing inclusion
Adds misssing inclusion of drivers\interrupt.h. Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
parent
01819425f9
commit
aef54e4066
|
@ -10,6 +10,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sof/debug/panic.h>
|
#include <sof/debug/panic.h>
|
||||||
|
#include <sof/drivers/interrupt.h>
|
||||||
#include <sof/init.h>
|
#include <sof/init.h>
|
||||||
#include <sof/lib/cpu.h>
|
#include <sof/lib/cpu.h>
|
||||||
#include <sof/lib/memory.h>
|
#include <sof/lib/memory.h>
|
||||||
|
|
Loading…
Reference in New Issue