diff options
| author | Pierre-Louis Bossart <[email protected]> | 2024-05-27 19:44:14 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-05-27 20:19:27 +0000 |
| commit | 3ff78451b8e446e9a548b98a0d4dd8d24dc5780b (patch) | |
| tree | 9274c022673600dd50215e92ff5879dfc7fdec00 /sound/soc/sof/intel/byt.c | |
| parent | ASoC: SOF: reorder MODULE_ definitions (diff) | |
| download | kernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.tar.gz kernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.zip | |
ASoC: SOF: add missing MODULE_DESCRIPTION()
MODULE_DESCRIPTION() was optional until it became mandatory and
flagged as an error by 'make W=1'.
Reported-by: Andy Shevchenko <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Daniel Baluta <[email protected]>
Reviewed-by: Péter Ujfalusi <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/sof/intel/byt.c')
| -rw-r--r-- | sound/soc/sof/intel/byt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/byt.c b/sound/soc/sof/intel/byt.c index d78d11d4cfbf..7a57e162fb1c 100644 --- a/sound/soc/sof/intel/byt.c +++ b/sound/soc/sof/intel/byt.c @@ -475,6 +475,7 @@ static struct platform_driver snd_sof_acpi_intel_byt_driver = { module_platform_driver(snd_sof_acpi_intel_byt_driver); MODULE_LICENSE("Dual BSD/GPL"); +MODULE_DESCRIPTION("SOF support for Baytrail/Cherrytrail"); MODULE_IMPORT_NS(SND_SOC_SOF_INTEL_HIFI_EP_IPC); MODULE_IMPORT_NS(SND_SOC_SOF_XTENSA); MODULE_IMPORT_NS(SND_SOC_SOF_ACPI_DEV); |
