diff options
author | Takashi Iwai <tiwai@suse.de> | 2025-05-16 14:46:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-05-16 14:46:53 +0200 |
commit | 7672135ddb9b5ca3560dd785c4772a011f1b180b (patch) | |
tree | 3837ab37167b2e4f70634815e9d2c28950fe30f7 /include/linux/module.h | |
parent | 5ad8a4ddc45048bc2fe23b75357b6bf185db004f (diff) | |
parent | 7dd7f39fce0022b386ef1ea5ffef92ecc7dfc6af (diff) |
Merge tag 'asoc-fix-v6.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.15
A collection of driver specific fixes that built up over the past few
weeks, plus one core patch which fixes handling of topology files where
some DAI names are substrings of others.
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index d94b196d5a34..b3329110d668 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -162,6 +162,8 @@ extern void cleanup_module(void); #define __INITRODATA_OR_MODULE __INITRODATA #endif /*CONFIG_MODULES*/ +struct module_kobject *lookup_or_create_module_kobject(const char *name); + /* Generic info of form tag = "info" */ #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) |