Re: [PATCH] rtc: cmos: remove all __exit_p annotations

2016-10-17 Thread Lars-Peter Clausen

> -static void __exit cmos_exit(void)
> +static void cmos_exit(void)

This annotation is correct and should stay.

>  {
>  #ifdef   CONFIG_PNP
>   if (pnp_driver_registered)
> 



Re: [PATCH] rtc: cmos: remove all __exit_p annotations

2016-10-17 Thread Lars-Peter Clausen

> -static void __exit cmos_exit(void)
> +static void cmos_exit(void)

This annotation is correct and should stay.

>  {
>  #ifdef   CONFIG_PNP
>   if (pnp_driver_registered)
>