mirror of https://github.com/thesofproject/sof.git
zephyr: remove LOG_* API left-over
Remove a log-module declaration to eliminate unused static variables until we return to using the LOH_* Zephyr API. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
e111252a5f
commit
fad27f13d1
|
@ -12,7 +12,6 @@
|
|||
/* Level of SOF trace on Zephyr */
|
||||
#define SOF_ZEPHYR_TRACE_LEVEL LOG_LEVEL_INF
|
||||
|
||||
LOG_MODULE_DECLARE(sof, SOF_ZEPHYR_TRACE_LEVEL);
|
||||
#endif
|
||||
|
||||
/* printk supports uint64_t so use it until LOG is ready */
|
||||
|
|
Loading…
Reference in New Issue