mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-23 08:55:56 -04:00
driver core: bus: constify bus_rescan_devices()
The bus_rescan_devices() function was missed in the previous change of the bus_for_each* constant pointer changes, so fix it up now to take a const * to struct bus_type. Cc: "Rafael J. Wysocki" <rafael@kernel.org> Link: https://lore.kernel.org/r/20230313182918.1312597-25-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -114,7 +114,7 @@ extern int __must_check bus_register(const struct bus_type *bus);
|
||||
|
||||
extern void bus_unregister(const struct bus_type *bus);
|
||||
|
||||
extern int __must_check bus_rescan_devices(struct bus_type *bus);
|
||||
extern int __must_check bus_rescan_devices(const struct bus_type *bus);
|
||||
|
||||
struct bus_attribute {
|
||||
struct attribute attr;
|
||||
|
||||
Reference in New Issue
Block a user