diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-03-15 22:38:42 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-16 16:29:36 +0300 |
commit | 1d49439c04792a4a3d8299a32b7673ab7ba13b77 (patch) | |
tree | 0582c78b8863333f9b3f5fe737bd763f6f329137 /include | |
parent | 6ad864ed6ac50f11a6d8575fda79991cca8f245c (diff) | |
download | linux-1d49439c04792a4a3d8299a32b7673ab7ba13b77.tar.xz |
ASoC: mx27vis: Remove unused file
i.MX has been converted to a devicetree-only platform and
asoc-mx27vis.h is no longer used.
Get rid of this unused file.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20210315193842.183042-1-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/asoc-mx27vis.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/platform_data/asoc-mx27vis.h b/include/linux/platform_data/asoc-mx27vis.h deleted file mode 100644 index 2107d0d992dd..000000000000 --- a/include/linux/platform_data/asoc-mx27vis.h +++ /dev/null @@ -1,12 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __PLATFORM_DATA_ASOC_MX27VIS_H -#define __PLATFORM_DATA_ASOC_MX27VIS_H - -struct snd_mx27vis_platform_data { - int amp_gain0_gpio; - int amp_gain1_gpio; - int amp_mutel_gpio; - int amp_muter_gpio; -}; - -#endif /* __PLATFORM_DATA_ASOC_MX27VIS_H */ |