diff options
author | Mark Brown <broonie@kernel.org> | 2023-07-24 00:34:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-24 00:34:06 +0200 |
commit | 9c214af0bd0f43df214470a35bc38dd5602b666f (patch) | |
tree | e95ac46b8fdca90a122b73eac96158985d85ef70 /sound/soc/codecs/cs42l51.h | |
parent | regmap: Remove dynamic allocation warnings for rbtree and maple (diff) | |
parent | Linux 6.5-rc3 (diff) | |
download | linux-9c214af0bd0f43df214470a35bc38dd5602b666f.tar.xz linux-9c214af0bd0f43df214470a35bc38dd5602b666f.zip |
regmap: Merge up fixes from mainline
There's several things here that will really help my CI.
Diffstat (limited to 'sound/soc/codecs/cs42l51.h')
-rw-r--r-- | sound/soc/codecs/cs42l51.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l51.h b/sound/soc/codecs/cs42l51.h index a79343e8a54e..125703ede113 100644 --- a/sound/soc/codecs/cs42l51.h +++ b/sound/soc/codecs/cs42l51.h @@ -16,7 +16,6 @@ int cs42l51_probe(struct device *dev, struct regmap *regmap); void cs42l51_remove(struct device *dev); int __maybe_unused cs42l51_suspend(struct device *dev); int __maybe_unused cs42l51_resume(struct device *dev); -extern const struct of_device_id cs42l51_of_match[]; #define CS42L51_CHIP_ID 0x1B #define CS42L51_CHIP_REV_A 0x00 |