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:
Guennadi Liakhovetski 2019-02-20 09:05:41 +01:00 committed by Liam Girdwood
parent 7714e64728
commit dd06b5c731
2 changed files with 1 additions and 1 deletions

View File

@ -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>

View File

@ -36,7 +36,6 @@
#include <arch/task.h>
#include <sof/init.h>
#include <sof/lock.h>
#include <sof/panic.h>
#include <stdint.h>
/**