From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Bill Pemberton <wfp5p@virginia.edu>
Cc: gregkh@linuxfoundation.org, cpufreq@vger.kernel.org,
linux-pm@vger.kernel.org
Subject: Re: [PATCH 052/493] cpufreq: remove use of __devexit_p
Date: Wed, 21 Nov 2012 01:50:53 +0100 [thread overview]
Message-ID: <41029175.4HqNPcvdqv@vostro.rjw.lan> (raw)
In-Reply-To: <1353349642-3677-52-git-send-email-wfp5p@virginia.edu>
On Monday, November 19, 2012 01:20:01 PM Bill Pemberton wrote:
> CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
> needed.
Applied to the linux-next branch of the linux-pm.git tree as v3.8 material.
Thanks,
Rafael
> Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
> Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
> Cc: cpufreq@vger.kernel.org
> Cc: linux-pm@vger.kernel.org
> ---
> drivers/cpufreq/longhaul.c | 2 +-
> drivers/cpufreq/powernow-k8.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/cpufreq/longhaul.c b/drivers/cpufreq/longhaul.c
> index 53ddbc7..8d7ebb2 100644
> --- a/drivers/cpufreq/longhaul.c
> +++ b/drivers/cpufreq/longhaul.c
> @@ -946,7 +946,7 @@ static struct cpufreq_driver longhaul_driver = {
> .target = longhaul_target,
> .get = longhaul_get,
> .init = longhaul_cpu_init,
> - .exit = __devexit_p(longhaul_cpu_exit),
> + .exit = longhaul_cpu_exit,
> .name = "longhaul",
> .owner = THIS_MODULE,
> .attr = longhaul_attr,
> diff --git a/drivers/cpufreq/powernow-k8.c b/drivers/cpufreq/powernow-k8.c
> index e3ebb4f..1fd0c8a 100644
> --- a/drivers/cpufreq/powernow-k8.c
> +++ b/drivers/cpufreq/powernow-k8.c
> @@ -1242,7 +1242,7 @@ static struct cpufreq_driver cpufreq_amd64_driver = {
> .target = powernowk8_target,
> .bios_limit = acpi_processor_get_bios_limit,
> .init = powernowk8_cpu_init,
> - .exit = __devexit_p(powernowk8_cpu_exit),
> + .exit = powernowk8_cpu_exit,
> .get = powernowk8_get,
> .name = "powernow-k8",
> .owner = THIS_MODULE,
>
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
next prev parent reply other threads:[~2012-11-21 0:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1353349642-3677-1-git-send-email-wfp5p@virginia.edu>
2012-11-19 18:20 ` [PATCH 052/493] cpufreq: remove use of __devexit_p Bill Pemberton
2012-11-21 0:50 ` Rafael J. Wysocki [this message]
2012-11-19 18:23 ` [PATCH 250/493] cpufreq: remove use of __devinit Bill Pemberton
2012-11-21 0:50 ` Rafael J. Wysocki
2012-11-19 18:25 ` [PATCH 396/493] cpufreq: remove use of __devexit Bill Pemberton
2012-11-21 0:50 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41029175.4HqNPcvdqv@vostro.rjw.lan \
--to=rjw@sisk.pl \
--cc=cpufreq@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-pm@vger.kernel.org \
--cc=wfp5p@virginia.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox