]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/malloc_simple.c
dm: gpio: Add error handling and a function to claim vector GPIOs
[karo-tx-uboot.git] / common / malloc_simple.c
index 64ae0365afc52f055621e2c2e6e18e9c095dc9ed..d445199c58aaa3a6b06c3b102b06f23b61193855 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <common.h>
 #include <malloc.h>
+#include <mapmem.h>
 #include <asm/io.h>
 
 DECLARE_GLOBAL_DATA_PTR;