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 <john.stultz@linaro.org>
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: Ie80a58c426e7673ad3ed78d06d5be670ae5cdf9e
This commit is contained in:
Matthias Maennich 2020-07-14 10:51:37 +02:00
parent 570a470112
commit fd15fc742b

View File

@ -4,8 +4,8 @@
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mutex.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/pm_domain.h>
#include <linux/of.h>
#include <linux/of_device.h>
@ -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");