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:
Guennadi Liakhovetski 2021-04-30 15:20:11 +02:00 committed by Liam Girdwood
parent e111252a5f
commit fad27f13d1
1 changed files with 0 additions and 1 deletions

View File

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