[GIT PULL] PCMCIA improvements for 6.9-rc1

From: Dominik Brodowski
Date: Sun Mar 17 2024 - 03:20:32 EST


Hi Linus,

a few PCMCIA changes since commit c02197fc9076e7d991c8f6adc11759c5ba52ddc6:

Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2024-02-17 16:59:31 -0800)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-6.9-rc1

for you to fetch changes up to ccae53aa8aa2d902242555638c5de104aab08879:

pcmcia: cs: make pcmcia_socket_class constant (2024-03-10 09:07:00 +0100)

----------------------------------------------------------------
PCMCIA: improvements for v6.9-rc1

Ricardo B. Marliere updated the PCMCIA intrastructure to make
use the driver core now allowing some structs to be const.

----------------------------------------------------------------
Ricardo B. Marliere (2):
pcmcia: ds: make pcmcia_bus_type const
pcmcia: cs: make pcmcia_socket_class constant

drivers/pcmcia/cs.c | 2 +-
drivers/pcmcia/cs_internal.h | 4 ++--
drivers/pcmcia/ds.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)


Thanks,
Dominik