From: Vinod Koul <vinod.koul@intel.com>
Date: Mon, 8 Feb 2016 10:45:39 +0530
Subject: [PATCH 43/82] ASoC: Intel: Add module tags for common match module
Git-commit: 8ceffd229f0ef130530c79654e95b5fa007ae639
Patch-mainline: 4.5-rc4
References: bsc#1010690

The match module lacked module license and description, so add it

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/soc/intel/common/sst-match-acpi.c |    3 +++
 1 file changed, 3 insertions(+)

--- 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_mach
 	return NULL;
 }
 EXPORT_SYMBOL_GPL(sst_acpi_find_machine);
+
+MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("Intel Common ACPI Match module");
