From: Pierre-Louis Bossart Date: Mon, 27 May 2024 19:44:11 +0000 (-0500) Subject: ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e30a942861b540e056425a8e31ba801de1ed4f25;p=linux.git ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSE 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 Reviewed-by: Bard Liao Reviewed-by: Daniel Baluta Reviewed-by: Péter Ujfalusi Link: https://msgid.link/r/20240527194414.166156-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/stream-ipc.c b/sound/soc/sof/stream-ipc.c index eb71303aa24c6..794c7bbccbaf9 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");