diff options
Diffstat (limited to 'cmd/gpio.c')
-rw-r--r-- | cmd/gpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gpio.c b/cmd/gpio.c index 67eef83c95..16c2cebb3d 100644 --- a/cmd/gpio.c +++ b/cmd/gpio.c @@ -10,7 +10,9 @@ #include <command.h> #include <errno.h> #include <dm.h> +#include <malloc.h> #include <asm/gpio.h> +#include <linux/err.h> __weak int name_to_gpio(const char *name) { |