diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2023-02-15 11:58:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-02-15 14:10:45 +0100 |
commit | 926505cf14258376c3cd244e891c7d739a2a049a (patch) | |
tree | 053e4c58c81031b3f09314e97154197fe6579459 /sound/soc/codecs/cs35l45-i2c.c | |
parent | ASoC: cs35l45: Remove separate tables module (diff) | |
download | linux-926505cf14258376c3cd244e891c7d739a2a049a.tar.xz linux-926505cf14258376c3cd244e891c7d739a2a049a.zip |
ASoC: cs35l45: Remove separate namespace for tables
Now tables isn't a separate module, definitely no need to have a
separate namespace for it.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230215105818.3315925-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs35l45-i2c.c')
-rw-r--r-- | sound/soc/codecs/cs35l45-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l45-i2c.c b/sound/soc/codecs/cs35l45-i2c.c index 39d28641429e..1117df4b2f11 100644 --- a/sound/soc/codecs/cs35l45-i2c.c +++ b/sound/soc/codecs/cs35l45-i2c.c @@ -71,4 +71,3 @@ MODULE_DESCRIPTION("I2C CS35L45 driver"); MODULE_AUTHOR("James Schulman, Cirrus Logic Inc, <james.schulman@cirrus.com>"); MODULE_LICENSE("Dual BSD/GPL"); MODULE_IMPORT_NS(SND_SOC_CS35L45); -MODULE_IMPORT_NS(SND_SOC_CS35L45_TABLES); |