[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1434376712.2069.5.camel@x220>
Date: Mon, 15 Jun 2015 15:58:32 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Georgi Djakov <georgi.djakov@...aro.org>
Cc: sboyd@...eaurora.org, agross@...eaurora.org, mturquette@...aro.org,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH 4/5] clk: qcom: Add A53 clock driver
On Fri, 2015-06-12 at 11:41 +0300, Georgi Djakov wrote:
> --- /dev/null
> +++ b/drivers/clk/qcom/clk-a53.c
> +static int __init qcom_a53_init(void)
> +{
> + return platform_driver_register(&qcom_a53_driver);
> +}
> +arch_initcall(qcom_a53_init);
There's no function that's, well, called by module_exit() that undoes
the above. So one can build this as a module, load that module, but not
unload it. That's by design?
Paul Bolle
--
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