From: Vinod Koul Date: Mon, 8 Feb 2016 05:15:39 +0000 (+0530) Subject: ASoC: Intel: Add module tags for common match module X-Git-Tag: MMI-PSA29.97-13-9~8400^2~25^2~4^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8ceffd229f0ef130530c79654e95b5fa007ae639;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ASoC: Intel: Add module tags for common match module The match module lacked module license and description, so add it Acked-by: Pierre-Louis Bossart Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/common/sst-match-acpi.c b/sound/soc/intel/common/sst-match-acpi.c index dd077e116d25..3b4539d21492 100644 --- a/sound/soc/intel/common/sst-match-acpi.c +++ b/sound/soc/intel/common/sst-match-acpi.c @@ -41,3 +41,6 @@ struct sst_acpi_mach *sst_acpi_find_machine(struct sst_acpi_mach *machines) return NULL; } EXPORT_SYMBOL_GPL(sst_acpi_find_machine); + +MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("Intel Common ACPI Match module");