linux-stable/include/linux/device
Greg Kroah-Hartman 517d4927aa driver core: bus: constify class_unregister/destroy()
The class_unregister() and class_destroy() function should be taking a
const * to struct class, not just a *, so fix that up.

Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Link: https://lore.kernel.org/r/20230325084526.3622123-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-03-28 08:27:48 +02:00
..
bus.h driver core: bus: move documentation for lock_key to proper location. 2023-03-25 09:38:08 +01:00
class.h driver core: bus: constify class_unregister/destroy() 2023-03-28 08:27:48 +02:00
driver.h driver core: driver.h: remove extern from function prototypes 2023-03-24 15:35:42 +01:00