[0/2] ARM: struct bus_type cleanup

Message ID 20240211-bus_cleanup-rmk-v1-0-65668e578d55@marliere.net
Headers
Series ARM: struct bus_type cleanup |

Message

Ricardo B. Marliere Feb. 11, 2024, 3:45 p.m. UTC
  This series is part of an effort to cleanup the users of the driver
core, as can be seen in many recent patches authored by Greg across the
tree (e.g. [1]).

---
[1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>

---
Ricardo B. Marliere (2):
      ARM: sa1111: make sa1111_bus_type const
      ARM: ecard: make ecard_bus_type const

 arch/arm/common/sa1111.c               | 2 +-
 arch/arm/include/asm/ecard.h           | 2 +-
 arch/arm/include/asm/hardware/sa1111.h | 2 +-
 arch/arm/mach-rpc/ecard.c              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 8790fade1a19caf714ba1d91ce1fdceb9f2067f2
change-id: 20240211-bus_cleanup-rmk-7fcb4be84c26

Best regards,
  

Comments

Greg KH Feb. 12, 2024, 10:45 a.m. UTC | #1
On Sun, Feb 11, 2024 at 12:45:06PM -0300, Ricardo B. Marliere wrote:
> This series is part of an effort to cleanup the users of the driver
> core, as can be seen in many recent patches authored by Greg across the
> tree (e.g. [1]).
> 
> ---
> [1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22
> 
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
> 

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>