commit | c62615b16c70db8f5e55e326f6d690909afc510f | [log] [tgz] |
---|---|---|
author | Niklas Cassel <niklas.cassel@linaro.org> | Wed Aug 29 09:57:20 2018 +0200 |
committer | Andy Gross <andy.gross@linaro.org> | Thu Sep 13 16:11:36 2018 -0500 |
tree | b33e796694ebfe01ee2a192eafaea884f29dfd79 | |
parent | a09b440af8de5f7cec20384a094ee1f88cbe2c17 [diff] |
soc: qcom: Remove depends on OF from QCOM_RPMH QCOM_RPHM already selects ARM64, which always selects OF. Additionally, the rpmh driver only uses linux/of.h, which has dummy definitions for all functions, in order for code to to be able to build without CONFIG_OF set. Remove the superfluous depends on OF. Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>