Hi, On Thu, May 3, 2018 at 3:39 AM, Taniya Das <tdas@xxxxxxxxxxxxxx> wrote: > + rpmh_client = rpmh_get_client(pdev); > + if (IS_ERR(rpmh_client)) { > + ret = PTR_ERR(rpmh_client); > + dev_err(&pdev->dev, "Failed to request RPMh client, ret=%d\n", > + ret); > + return ret; > + } Please rebase atop the latest RPMh code (v7). There is no more rpmh_get_client(). If you want help doing this, please see <http://crosreview.com/1042987> which contains all the changes to work with v7. -Doug -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html