mirror of https://github.com/thesofproject/sof.git
init: (cosmetic) add panic.h where needed and remove where not
The SMP version of init.c calls panic(), therefore it needs panic.h, OTOH the UP version doesn't call panic(), so the header isn't needed there. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
7714e64728
commit
dd06b5c731
|
@ -44,6 +44,7 @@
|
|||
#include <sof/init.h>
|
||||
#include <sof/lock.h>
|
||||
#include <sof/notifier.h>
|
||||
#include <sof/panic.h>
|
||||
#include <sof/schedule.h>
|
||||
#include <sof/task.h>
|
||||
#include <platform/idc.h>
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include <arch/task.h>
|
||||
#include <sof/init.h>
|
||||
#include <sof/lock.h>
|
||||
#include <sof/panic.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue