commit | c410ebe5fe74f2a13474a77e12ac24de82570ad8 | [log] [tgz] |
---|---|---|
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | Wed Apr 26 18:42:25 2023 +0300 |
committer | Maureen Helm <maureen.helm@intel.com> | Thu Apr 27 11:08:46 2023 -0500 |
tree | fd18ce586184bab46898b1a7fd4ed8019508aaf3 | |
parent | 954c4f2a564cb83ad4039a05d0ec6d6ff8aa1e82 [diff] |
soc: xtensa: intel_adsp: fix build error for cavs Build of Intel cAVS2.5 platforms fails due to undefined reference sys_cache_data_flush_and_invd_all(). Fix this by adding missing header include to bring in the inline definition for this function. Fixes: 6388f5f106ac ("xtensa: use sys_cache API instead of custom interfaces") Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>