mirror of https://github.com/thesofproject/sof.git
smex/ldc.h: stop including rimage/sof/kernel/fw.h
If the -Werr build does not fail then it's not needed.
The very first `#include fw.h` in `smex/ldc.h` was added in April 2020
in giant commit 36929ae1b7
("smex: Create new tool to build ldc
file") so there is no trace of why that `fw.h` dependency was ever
needed.
Because `fw.h` was then moved to rimage, this is indirectly making the
entire `tools/` directory depending on `rimage` - fixed in the next
commit.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
804d302b3c
commit
16817f413e
|
@ -12,7 +12,6 @@
|
|||
#define __INCLUDE_LDC_H__
|
||||
|
||||
#include <ipc/info.h>
|
||||
#include <rimage/sof/kernel/fw.h>
|
||||
|
||||
#define SND_SOF_LOGS_SIG_SIZE 4
|
||||
#define SND_SOF_LOGS_SIG "Logs"
|
||||
|
|
Loading…
Reference in New Issue