pinctrl: sunxi: Hack up the driver for the D1

Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
Samuel Holland 2021-11-04 17:49:15 -05:00
parent dfc078d7e4
commit 22fa2b3626

View File

@ -9,6 +9,7 @@
#include <malloc.h> #include <malloc.h>
#include <asm/gpio.h> #include <asm/gpio.h>
#include "../../../arch/arm/include/asm/arch-sunxi/gpio.h"
extern U_BOOT_DRIVER(gpio_sunxi); extern U_BOOT_DRIVER(gpio_sunxi);