diff options
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | 2021-01-28 11:57:51 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-28 18:11:39 +0100 |
commit | 1fc96dc29c3ba342915c3a935c9d177f8f420d03 (patch) | |
tree | 9203e56a7973de6a10e06f583bae91e447b9a4d2 /sound/soc/intel/common/soc-acpi-intel-glk-match.c | |
parent | ASoC: Intel: adl: remove sof_fw_filename setting in ADL snd_soc_acpi_mach (diff) | |
download | linux-1fc96dc29c3ba342915c3a935c9d177f8f420d03.tar.xz linux-1fc96dc29c3ba342915c3a935c9d177f8f420d03.zip |
ASoC: Intel: remove duplicate MODULE_LICENSE/DESCRIPTION tags
The snd-soc-acpi-intel-match has duplicate module tags for all
platforms separately. Remove all but one and save some storage
space and cleanup modinfo output.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210128105751.1049837-1-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-glk-match.c')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-glk-match.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-glk-match.c b/sound/soc/intel/common/soc-acpi-intel-glk-match.c index 26cb3b16cdd3..6ceaab19ccb6 100644 --- a/sound/soc/intel/common/soc-acpi-intel-glk-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-glk-match.c @@ -43,6 +43,3 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = { {}, }; EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_glk_machines); - -MODULE_LICENSE("GPL v2"); -MODULE_DESCRIPTION("Intel Common ACPI Match module"); |