ARM: riscpc: ecard: Fix the build

Fix a recently introduced build failure.

Cc: Russell King <rmk+kernel@armlinux.org.uk>
Fixes: d69d80484598 ("driver core: have match() callback in struct bus_type take a const *")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20240805232026.65087-2-bvanassche@acm.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Bart Van Assche and committed by Greg Kroah-Hartman abfceba0 7c626ce4

Changed files
+1 -1
arch
arm
mach-rpc
+1 -1
arch/arm/mach-rpc/ecard.c
··· 1109 1109 driver_unregister(&drv->drv); 1110 1110 } 1111 1111 1112 - static int ecard_match(struct device *_dev, struct device_driver *_drv) 1112 + static int ecard_match(struct device *_dev, const struct device_driver *_drv) 1113 1113 { 1114 1114 struct expansion_card *ec = ECARD_DEV(_dev); 1115 1115 struct ecard_driver *drv = ECARD_DRV(_drv);