[GIT PULL] Driver core fixes for 6.11-rc4
From: Greg KH
Date: Sun Aug 18 2024 - 11:42:17 EST
The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:
Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.11-rc4
for you to fetch changes up to cdd1fa91a6b8c7cd93b3abf9f3ef05b8ce741b61:
mips: sgi-ip22: Fix the build (2024-08-13 11:34:55 +0200)
----------------------------------------------------------------
Driver core fixes for 6.11-rc4
Here are 2 driver fixes for regressions from 6.11-rc1 due to the driver
core change making a structure in a driver core callback const. These
were missed by all testing EXCEPT for what Bart happened to be running,
so I appreciate the fixes provided here for some odd/not-often-used
driver subsystems that nothing else happened to catch.
Both of these fixes have been in linux-next all week with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Bart Van Assche (2):
ARM: riscpc: ecard: Fix the build
mips: sgi-ip22: Fix the build
arch/arm/mach-rpc/ecard.c | 2 +-
arch/mips/sgi-ip22/ip22-gio.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)