1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-17 20:10:49 +00:00
Greg Kroah-Hartman 979207cac5 driver core: class: mark class_release() as taking a const *
The struct class callback, class_release(), is only called in 2 places,
the pcmcia cardservices code, and in the class driver core code.  Both
places it is safe to mark the structure as a const *, to allow us to
in the future mark all struct class usages as constant and move into
read-only memory.

Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Link: https://lore.kernel.org/r/2023040248-outrage-obsolete-5a9a@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-03 21:42:43 +02:00
..
2023-02-24 17:18:54 -08:00
2023-02-27 10:04:49 -08:00
2023-02-22 11:05:56 -08:00
2023-02-16 13:42:22 +01:00
2023-02-24 15:11:03 -08:00
2023-02-24 15:11:03 -08:00
2023-02-27 09:47:26 -08:00
2023-02-25 11:30:21 -08:00
2023-02-24 17:12:23 -08:00
2023-02-27 10:04:49 -08:00
2023-02-24 17:29:52 -08:00
2023-02-24 12:58:55 -08:00
2023-02-20 09:20:55 -05:00
2023-02-24 12:58:55 -08:00
2023-02-15 19:38:50 +01:00
2023-02-03 08:20:55 -07:00
2023-03-05 10:49:37 -08:00
2023-03-25 12:57:34 -07:00
2023-02-24 17:18:54 -08:00
2023-02-06 19:06:58 +01:00
2023-03-13 10:14:05 +01:00
2023-03-19 10:02:04 -07:00
2023-02-24 12:58:55 -08:00
2023-02-20 12:33:41 -08:00
2023-02-02 22:33:13 -08:00
2023-03-07 01:50:53 -05:00
2023-02-24 12:58:55 -08:00
2023-02-22 12:36:25 -08:00
2023-02-22 13:50:13 -08:00
2023-02-24 14:34:12 -08:00
2023-02-13 10:11:20 +02:00
2023-02-23 14:05:08 -08:00
2023-02-23 14:00:10 -08:00
2023-02-22 14:21:40 -08:00
2023-02-22 14:47:20 -08:00
2023-03-15 14:58:52 +01:00
2023-02-24 13:31:53 -08:00
2023-02-02 22:33:34 -08:00
2023-02-25 11:48:02 -08:00
2023-02-21 18:24:12 -08:00
2023-02-20 17:41:08 -08:00
2023-02-16 18:10:18 +01:00
2023-03-14 17:07:54 -07:00
2023-02-20 19:26:58 -05:00