diff options
author | 2023-02-15 10:58:18 +0000 | |
---|---|---|
committer | 2023-02-15 13:10:45 +0000 | |
commit | 926505cf14258376c3cd244e891c7d739a2a049a (patch) | |
tree | 053e4c58c81031b3f09314e97154197fe6579459 /sound/soc/codecs/cs35l45.c | |
parent | ASoC: cs35l45: Remove separate tables module (diff) | |
download | wireguard-linux-926505cf14258376c3cd244e891c7d739a2a049a.tar.xz wireguard-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.c')
-rw-r--r-- | sound/soc/codecs/cs35l45.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l45.c b/sound/soc/codecs/cs35l45.c index d15b3b77c7eb..855d9f13e6ff 100644 --- a/sound/soc/codecs/cs35l45.c +++ b/sound/soc/codecs/cs35l45.c @@ -687,4 +687,3 @@ MODULE_DESCRIPTION("ASoC CS35L45 driver"); MODULE_AUTHOR("James Schulman, Cirrus Logic Inc, <james.schulman@cirrus.com>"); MODULE_AUTHOR("Richard Fitzgerald <rf@opensource.cirrus.com>"); MODULE_LICENSE("Dual BSD/GPL"); -MODULE_IMPORT_NS(SND_SOC_CS35L45_TABLES); |