Re: [PATCH] pps: change pps_gen_class to a const struct
From: Greg KH
Date: Mon Mar 02 2026 - 09:31:29 EST
On Mon, Mar 02, 2026 at 03:24:36PM +0100, Jori Koolstra wrote:
> The class_create() call has been deprecated in favor of class_register()
> as the driver core now allows for a struct class to be in read-only
> memory. Change pps_gen_class to be a const struct class and drop the
> class_create() call.
>
> Signed-off-by: Jori Koolstra <jkoolstra@xxxxxxxxx>
> ---
> drivers/pps/generators/pps_gen.c | 22 ++++++++++++----------
> 1 file changed, 12 insertions(+), 10 deletions(-)
Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>