Commit b9847899 authored by Linus Walleij's avatar Linus Walleij Committed by Lee Jones

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent eb10245f
...@@ -71,8 +71,6 @@ struct qcom_rpm { ...@@ -71,8 +71,6 @@ struct qcom_rpm {
#define RPM_NOTIFICATION BIT(30) #define RPM_NOTIFICATION BIT(30)
#define RPM_REJECTED BIT(31) #define RPM_REJECTED BIT(31)
#define RPM_SIGNAL BIT(2)
static const struct qcom_rpm_resource apq8064_rpm_resource_table[] = { static const struct qcom_rpm_resource apq8064_rpm_resource_table[] = {
[QCOM_RPM_CXO_CLK] = { 25, 9, 5, 1 }, [QCOM_RPM_CXO_CLK] = { 25, 9, 5, 1 },
[QCOM_RPM_PXO_CLK] = { 26, 10, 6, 1 }, [QCOM_RPM_PXO_CLK] = { 26, 10, 6, 1 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment