Re: [PATCH 0/2] powerpc: pseries: making bus_type structures const

From: Greg Kroah-Hartman

Date: Thu Sep 18 2025 - 12:19:54 EST


On Thu, Sep 18, 2025 at 02:08:14PM +0000, Adrian Barnaś wrote:
> Current driver core properly handle constant bus_type structures.
> Both changes are moving bus_type structures to be constant.
> It is a part of tree clean-up from non const bus_type structures
>
> Adrian Barnaś (2):
> powerpc: pseries: make suspend_subsys const
> powerpc: pseries: make cmm_subsys const
>
> arch/powerpc/platforms/pseries/cmm.c | 2 +-
> arch/powerpc/platforms/pseries/suspend.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.51.0.470.ga7dc726c21-goog
>

Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>