platform: fix build warning

platform_panic is defined in platform/platform.h
empty define in sof/platform.h is no use

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2018-09-26 19:42:54 +08:00
parent fda777c6f9
commit aee5702bcb
1 changed files with 0 additions and 6 deletions

View File

@ -69,12 +69,6 @@ int platform_boot_complete(uint32_t boot_message);
*/
int platform_init(struct sof *sof);
/**
* \brief Called by the panic handler.
* \param[in] p Panic cause, one of SOF_IPC_PANIC_... codes (see ipc.h).
*/
static inline void platform_panic(uint32_t p);
/** @}*/
#endif