diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-01-18 17:10:47 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-01-20 12:05:56 +0000 |
commit | 1766ac5248063c25d1fe46e04bb936c46313ed89 (patch) | |
tree | 5291f9ba0442d73a26c62b3eeea752dd7b4751b6 /include/linux/platform_data/asoc-ux500-msp.h | |
parent | 8dc08c82afbf00e3cbe8944f7e33fa133c01858f (diff) |
ASoC: ux500: remove platform_data support
The platform data definition for ux500 sound devices was removed
six years ago after the DT conversion was completed, see commit
4b483ed0be8b ("ARM: ux500: cut some platform data").
Remove some leftover bits in the ASoC driver and just assume that
it always gets probed using DT.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230118161110.521504-3-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/platform_data/asoc-ux500-msp.h')
-rw-r--r-- | include/linux/platform_data/asoc-ux500-msp.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/platform_data/asoc-ux500-msp.h b/include/linux/platform_data/asoc-ux500-msp.h deleted file mode 100644 index b8d0f730dda8..000000000000 --- a/include/linux/platform_data/asoc-ux500-msp.h +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Copyright (C) ST-Ericsson SA 2010 - * - * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson - */ - -#ifndef __MSP_H -#define __MSP_H - -#include <linux/platform_data/dma-ste-dma40.h> - -/* Platform data structure for a MSP I2S-device */ -struct msp_i2s_platform_data { - int id; - struct stedma40_chan_cfg *msp_i2s_dma_rx; - struct stedma40_chan_cfg *msp_i2s_dma_tx; -}; - -#endif |