From fd15fc742b95d6e04987b0b01e7234d69eda576b Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Tue, 14 Jul 2020 10:51:37 +0200 Subject: [PATCH] Revert "FROMLIST: soc: qcom: rpmpd: Allow RPMPD driver to be loaded as a module" This completely reverts the leftovers of this upstream patch. Cc: John Stultz Signed-off-by: Matthias Maennich Change-Id: Ie80a58c426e7673ad3ed78d06d5be670ae5cdf9e --- drivers/soc/qcom/rpmpd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/soc/qcom/rpmpd.c b/drivers/soc/qcom/rpmpd.c index 22fe94c03e79..f2168e4259b2 100644 --- a/drivers/soc/qcom/rpmpd.c +++ b/drivers/soc/qcom/rpmpd.c @@ -4,8 +4,8 @@ #include #include #include -#include #include +#include #include #include #include @@ -427,4 +427,3 @@ core_initcall(rpmpd_init); MODULE_DESCRIPTION("Qualcomm Technologies, Inc. RPM Power Domain Driver"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:qcom-rpmpd");