Re: [PATCH] pps: change pps_class to a const struct
From: Greg Kroah-Hartman
Date: Mon Mar 02 2026 - 11:54:04 EST
On Mon, Mar 02, 2026 at 04:24:40PM +0100, Rodolfo Giometti wrote:
> On 3/2/26 16:11, 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_class to be a const struct class and drop the
> > class_create() call.
> >
> > Suggested-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Jori Koolstra <jkoolstra@xxxxxxxxx>
>
> Acked-by: Rodolfo Giometti <giometti@xxxxxxxxxxxx>
Wait, want me to pick these up through my tree? no objection if you
want me to, just need to know.
thanks,
greg k-h