Re: [PATCH 052/493] cpufreq: remove use of __devexit_p

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx>
> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx> 
> Cc: cpufreq@xxxxxxxxxxxxxxx 
> Cc: linux-pm@xxxxxxxxxxxxxxx 
> ---
>  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.
--
To unsubscribe from this list: send the line "unsubscribe cpufreq" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Devel]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Forum]     [Linux SCSI]

  Powered by Linux