Re: [PATCH] counter: constify the struct device_type usage

From: William Breathitt Gray
Date: Mon Feb 26 2024 - 12:54:05 EST



On Mon, 19 Feb 2024 16:52:52 -0300, Ricardo B. Marliere wrote:
> Since commit aed65af1cc2f ("drivers: make device_type const"), the driver
> core can properly handle constant struct device_type. Move the
> counter_device_type variable to be a constant structure as well, placing it
> into read-only memory which can not be modified at runtime.
>
>

Applied, thanks!

[1/1] counter: constify the struct device_type usage
commit: 3bb282ef1149a08a94bc5321b758825bc99c84c0

William Breathitt Gray <william.gray@xxxxxxxxxx>