forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-pxa/devices.c
....@@ -1065,7 +1065,7 @@
10651065
10661066 /* pxa2xx-spi platform-device ID equals respective SSP platform-device ID + 1.
10671067 * See comment in arch/arm/mach-pxa/ssp.c::ssp_probe() */
1068
-void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info)
1068
+void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info)
10691069 {
10701070 struct platform_device *pd;
10711071