diff mbox series

[1/4] ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSE

Message ID 20240527194414.166156-2-pierre-louis.bossart@linux.intel.com
State Accepted
Commit e30a942861b540e056425a8e31ba801de1ed4f25
Headers show
Series ASoC: SOF: add missing MODULE_DESCRIPTION | expand

Commit Message

Pierre-Louis Bossart May 27, 2024, 7:44 p.m. UTC
This file is part of the snd-sof module, there's no reason to re-add the
MODULE_LICENSE here.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
---
 sound/soc/sof/stream-ipc.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/sound/soc/sof/stream-ipc.c b/sound/soc/sof/stream-ipc.c
index eb71303aa24c..794c7bbccbaf 100644
--- a/sound/soc/sof/stream-ipc.c
+++ b/sound/soc/sof/stream-ipc.c
@@ -125,5 +125,3 @@  int sof_stream_pcm_close(struct snd_sof_dev *sdev,
 	return 0;
 }
 EXPORT_SYMBOL(sof_stream_pcm_close);
-
-MODULE_LICENSE("Dual BSD/GPL");