diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-10-06 08:49:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-06 15:12:26 +0100 |
commit | 7d07f9c1ba0e670d1a967f16eda53e5c87411753 (patch) | |
tree | 6449d9cdb816decb7420ef498a48b58ec805e087 /sound/soc/intel/common/sst-ipc.h | |
parent | b4e60807182a243d9dfe985e9e13d295f5868f81 (diff) | |
download | lwn-7d07f9c1ba0e670d1a967f16eda53e5c87411753.tar.gz lwn-7d07f9c1ba0e670d1a967f16eda53e5c87411753.zip |
ASoC: Intel: Remove SST-legacy specific constants
As sound/soc/intel/haswell and /baytrail are no more, all SST-legacy
specific constants and registers are redundant so remove them.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@intel.com>
Link: https://lore.kernel.org/r/20201006064907.16277-11-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/sst-ipc.h')
-rw-r--r-- | sound/soc/intel/common/sst-ipc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/common/sst-ipc.h b/sound/soc/intel/common/sst-ipc.h index 9c1f59d88636..77d651e888f9 100644 --- a/sound/soc/intel/common/sst-ipc.h +++ b/sound/soc/intel/common/sst-ipc.h @@ -15,8 +15,6 @@ #include <linux/workqueue.h> #include <linux/sched.h> -#define IPC_MAX_MAILBOX_BYTES 256 - struct sst_ipc_message { u64 header; void *data; |