aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/qcom_rpm.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-06-13 02:34:21 +0200
committerLee Jones <lee.jones@linaro.org>2016-06-29 10:14:42 +0100
commitb9847899b3a8bd8002233e0e392909d731309c1b (patch)
tree66f65b9e7168f7c2246d9cd78fa79c957c4bb02b /drivers/mfd/qcom_rpm.c
parentmfd: hi655x-pmic: Add powerkey device to hi655x PMIC driver (diff)
downloadlinux-dev-b9847899b3a8bd8002233e0e392909d731309c1b.tar.xz
linux-dev-b9847899b3a8bd8002233e0e392909d731309c1b.zip
mfd: qcom_rpm: Remove unused define
This define RPM_SIGNAL probably pertains to the IPC signal which we ended up fetching from the device tree instead. the define is unused, remove it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/qcom_rpm.c')
-rw-r--r--drivers/mfd/qcom_rpm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c
index 9364f88264e5..710cae2a9b02 100644
--- a/drivers/mfd/qcom_rpm.c
+++ b/drivers/mfd/qcom_rpm.c
@@ -71,8 +71,6 @@ struct qcom_rpm {
#define RPM_NOTIFICATION BIT(30)
#define RPM_REJECTED BIT(31)
-#define RPM_SIGNAL BIT(2)
-
static const struct qcom_rpm_resource apq8064_rpm_resource_table[] = {
[QCOM_RPM_CXO_CLK] = { 25, 9, 5, 1 },
[QCOM_RPM_PXO_CLK] = { 26, 10, 6, 1 },