Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include: sof: common.h Fix compilation error
Commit 16d126a ("audio: Header files cleanup") removed rtos/panic.h include but this is still needed. Otherwise, we get the following compilation error: /work/repos/sof/src/lib/lib.c: In function ‘memset’: /work/repos/sof/src/lib/lib.c:31: warning: implicit declaration of function ‘sof_panic’ Fixes: 16d126a ("audio: Header files cleanup") Signed-off-by: Daniel Baluta <[email protected]> (cherry picked from commit a4a3b3a)
- Loading branch information