[PATCH] rtc: armada38x: add __ro_after_init to armada38x_rtc_ops

Julia Lawall julia.lawall at lip6.fr
Wed Jan 4 03:43:32 PST 2017


> The question was whether the point to the rtc_class_ops could be made
> __ro_after_init. And Russell is right, it is pointed to by the ops
> pointer in a struct rtc_device and that struct is dynamically allocated
> in rtc_device_register().

OK, I think it's a terminology issue.  You mean the structure that
contains the pointer, and not the pointer itself, which is already const.

thanks,
julia



More information about the linux-arm-kernel mailing list