[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150224182144.GG24928@codeaurora.org>
Date: Tue, 24 Feb 2015 10:21:44 -0800
From: Stephen Boyd <sboyd@...eaurora.org>
To: Georgi Djakov <georgi.djakov@...aro.org>
Cc: mturquette@...aro.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v1] clk: qcom: Add MSM8916 Global Clock Controller support
On 02/24, Georgi Djakov wrote:
> On 02/24/2015 12:46 AM, Stephen Boyd wrote:
> > On 02/06/15 10:58, Georgi Djakov wrote:
> >
> >> +
> >> + return qcom_cc_really_probe(pdev, &gcc_msm8916_desc, regmap);
> >> +}
> >> +
> >> +static int gcc_msm8916_remove(struct platform_device *pdev)
> >> +{
> >> + qcom_cc_remove(pdev);
> >> + return 0;
> >> +}
> >> +
> >> +static struct platform_driver gcc_msm8916_driver = {
> >> + .probe = gcc_msm8916_probe,
> >> + .remove = gcc_msm8916_remove,
> >> + .driver = {
> >> + .name = "gcc-msm8916",
> >
> > We need owner = THIS_MODULE here because the platform_driver_module
> > macro isn't being used.
> >
>
> But below i use the platform_driver_register macro and therefore it seems
> not needed.
>
Ah ok, sorry for the confusion.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists