ipc: In channel ipc/channel_map.h remove dependency from sof/common.h

After introducing compiler_attributes.h it is possible to make
this dependence shorter.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2020-03-03 11:12:08 +01:00 committed by Janusz Jankowski
parent a30c1d0f45
commit d84629814b
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define __IPC_CHANNEL_MAP_H__
#include <ipc/header.h>
#include <sof/common.h>
#include <sof/compiler_attributes.h>
#include <stdint.h>
/**

View File

@ -9,6 +9,7 @@
#define __SOF_AUDIO_CHANNEL_MAP_H__
#include <ipc/channel_map.h>
#include <sof/common.h>
#include <stdint.h>
/* Returns the size of a channel map in bytes */