]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
mfd: pm8008: Fix module autoloading
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 26 May 2023 09:16:45 +0000 (11:16 +0200)
committerRoxana Nicolescu <roxana.nicolescu@canonical.com>
Mon, 2 Oct 2023 15:20:19 +0000 (17:20 +0200)
commitb4149a6bb511eef0dcd4f2341459e9c29c1a6e11
treeeb6df76fa20a357334b2d359c135de8b6c604943
parentd0c8d55380577709d5a067eecf4ca0956f806eb5
mfd: pm8008: Fix module autoloading

BugLink: https://bugs.launchpad.net/bugs/2036075
commit d420c9886f5369697047b880221789bf0054e438 upstream.

Add the missing module device table alias to that the driver can be
autoloaded when built as a module.

Cc: stable@vger.kernel.org # 5.14
Fixes: 6b149f3310a4 ("mfd: pm8008: Add driver for QCOM PM8008 PMIC")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230526091646.17318-2-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/mfd/qcom-pm8008.c