diff options
Diffstat (limited to 'sound/soc/codecs/cs35l45-spi.c')
| -rw-r--r-- | sound/soc/codecs/cs35l45-spi.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs35l45-spi.c b/sound/soc/codecs/cs35l45-spi.c index a00b23b4180c..5efb77530cc3 100644 --- a/sound/soc/codecs/cs35l45-spi.c +++ b/sound/soc/codecs/cs35l45-spi.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause +// SPDX-License-Identifier: GPL-2.0  //  // cs35l45-spi.c -- CS35L45 SPI driver  // @@ -74,5 +74,5 @@ module_spi_driver(cs35l45_spi_driver);  MODULE_DESCRIPTION("SPI CS35L45 driver");  MODULE_AUTHOR("James Schulman, Cirrus Logic Inc, <[email protected]>"); -MODULE_LICENSE("Dual BSD/GPL"); +MODULE_LICENSE("GPL");  MODULE_IMPORT_NS(SND_SOC_CS35L45);  |