summaryrefslogtreecommitdiff
path: root/rust/kernel/serdev.rs
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2026-08-12 18:17:22 -0700
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-08-25 21:09:40 +0200
commit79a57e48822a88f082a4dadb366abaf3c0988b5d (patch)
treec54402a5364d3bc2eb277cbd3493628605d4930a /rust/kernel/serdev.rs
parentaa4174127fe63f3b6521529d0f1d66470ae4d8ad (diff)
thermal/drivers/qcom-spmi-mbg-tm: Add module namespace import for IIO_CONSUMER
Commit ebf1d03dab96 ("iio: inkern: Use namespaced exports") in the iio tree restricts certain exported core functions that a driver added in commit c3dce117333c ("thermal/drivers/qcom: Add support for Qualcomm MBG thermal monitoring") from the thermal tree uses, causing modpost to warn (or error without CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS): ERROR: modpost: drivers/thermal/qcom/qcom-spmi-mbg-tm.ko: module uses symbol 'devm_iio_channel_get' from namespace 'IIO_CONSUMER', but does not import it. ERROR: modpost: drivers/thermal/qcom/qcom-spmi-mbg-tm.ko: module uses symbol 'iio_read_channel_processed' from namespace 'IIO_CONSUMER', but does not import it. Add the IIO_CONSUMER namespace import to clear up the error. Signed-off-by: Nathan Chancellor <nathan@kernel.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260812-qcom-spmi-mbg-tm-ns-modpost-error-v1-1-d849390d2714@kernel.org Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'rust/kernel/serdev.rs')
0 files changed, 0 insertions, 0 deletions