diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-09-10 10:27:43 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-09-10 10:28:00 +0200 |
commit | 5516e3f4763e3604b789b3567dafe4388eec4a8f (patch) | |
tree | c9f431037710140445cc18b672582a571c8e4c2f /sound/soc/codecs/chv3-codec.c | |
parent | 28fbfaf6bd1df94cccf1a5c009fe26b9bdccc2b6 (diff) | |
parent | c491b044cf5f8236742887ba59b30032036e4ac8 (diff) |
Merge branch 'for-linus' into for-next
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/chv3-codec.c')
-rw-r--r-- | sound/soc/codecs/chv3-codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/chv3-codec.c b/sound/soc/codecs/chv3-codec.c index ab99effa6874..40020500b1fe 100644 --- a/sound/soc/codecs/chv3-codec.c +++ b/sound/soc/codecs/chv3-codec.c @@ -26,6 +26,7 @@ static const struct of_device_id chv3_codec_of_match[] = { { .compatible = "google,chv3-codec", }, { } }; +MODULE_DEVICE_TABLE(of, chv3_codec_of_match); static struct platform_driver chv3_codec_platform_driver = { .driver = { |