mirror of https://github.com/thesofproject/sof.git
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:
parent
fda777c6f9
commit
aee5702bcb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue