The macro U_BOOT_DEVICE has been renamed to U_BOOT_DRVINFO. This patch updates the reference in reboot-mode-gpio.h.
Signed-off-by: Cibil Pankiras <[email protected]> --- include/reboot-mode/reboot-mode-gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reboot-mode/reboot-mode-gpio.h b/include/reboot-mode/reboot-mode-gpio.h index 16b1185c698..e862d94fadf 100644 --- a/include/reboot-mode/reboot-mode-gpio.h +++ b/include/reboot-mode/reboot-mode-gpio.h @@ -9,7 +9,7 @@ #include <asm/gpio.h> /* - * In case of initializing the driver statically (using U_BOOT_DEVICE macro), + * In case of initializing the driver statically (using U_BOOT_DRVINFO macro), * we can use this struct to declare the pins used. */ -- 2.43.0 -- EGYM SE, Einsteinstraße 172, 81677 München Geschäftsführende Direktoren: Patrick Meininger, Philipp Roesch-Schlanderer, Florian Sauter Gerichtsstand München | Amtsgericht München HRB 303509 | USt.-Id. DE275313632

