Files
linux/drivers/net
Ricardo B. Marliere 908ada0da6 net: ppp: constify the struct device_type usage
Since commit aed65af1cc ("drivers: make device_type const"), the driver
core can properly handle constant struct device_type. Move the ppp_type
variable to be a constant structure as well, placing it into read-only
memory which can not be modified at runtime.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
Reviewed-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-02-21 09:45:23 +00:00
..
2024-01-24 18:03:53 -08:00
2023-10-17 12:45:03 +02:00
2024-02-18 14:27:58 +00:00
2023-11-19 19:48:25 +00:00
2024-01-11 16:55:17 -08:00
2024-02-07 18:55:11 -08:00
2023-12-13 12:49:05 +00:00