Files
linux/arch/powerpc/include/asm
Stephen Rothwell b7810ea80f driver core: fixup for "driver core: make struct bus_type.uevent() take a const *"
After merging the driver-core tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

arch/powerpc/platforms/ps3/system-bus.c:472:19: error: initialization of 'int (*)(const struct device *, struct kobj_uevent_env *)' from incompatible pointer type 'int (*)(struct device *, struct kobj_uevent_env *)' [-Werror=incompatible-pointer-types]
  472 |         .uevent = ps3_system_bus_uevent,
      |                   ^~~~~~~~~~~~~~~~~~~~~
arch/powerpc/platforms/ps3/system-bus.c:472:19: note: (near initialization for 'ps3_system_bus_type.uevent')
arch/powerpc/platforms/pseries/ibmebus.c:436:22: error: initialization of 'int (*)(const struct device *, struct kobj_uevent_env *)' from incompatible pointer type 'int (*)(struct device *, struct kobj_uevent_env *)' [-Werror=incompatible-pointer-types]
  436 |         .uevent    = ibmebus_bus_modalias,
      |                      ^~~~~~~~~~~~~~~~~~~~
arch/powerpc/platforms/pseries/ibmebus.c:436:22: note: (near initialization for 'ibmebus_bus_type.uevent')

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 2a81ada32f ("driver core: make struct bus_type.uevent() take a const *")
Link: https://lore.kernel.org/r/20230130152818.03c00ea3@canb.auug.org.au
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-30 17:02:03 +01:00
..
2021-03-24 14:09:29 +11:00
2022-06-29 19:37:07 +10:00
2022-06-29 16:58:27 +10:00
2022-09-26 22:47:37 +10:00
2022-07-27 21:36:05 +10:00
2022-09-26 23:00:14 +10:00
2022-09-26 23:00:13 +10:00
2022-09-26 23:00:13 +10:00
2021-07-01 11:06:03 -07:00
2021-02-09 01:09:44 +11:00
2022-05-08 22:15:40 +10:00
2022-12-07 20:14:49 +11:00
2022-12-02 17:54:09 +11:00
2022-12-07 22:20:33 +11:00
2021-12-09 22:41:21 +11:00
2022-09-28 19:22:09 +10:00
2019-05-01 16:45:05 +10:00
2022-07-27 21:36:05 +10:00
2022-01-30 21:17:00 -05:00