Index: uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c
===================================================================
--- uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c	(revision c67dbd622a32b92e827b239c60b0a0e72d711a01)
+++ uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c	(revision 3c5916cbc56a6201ea59ddbd3331bf461a45b00a)
@@ -38,5 +38,5 @@
 #include <ddf/log.h>
 #include <ddi.h>
-#include <abi/mm/as.h>
+#include <as.h>
 
 #include "amdm37x_dispc.h"
@@ -274,5 +274,5 @@
 	const size_t size = ALIGN_UP(x * y * bpp, PAGE_SIZE);
 	uintptr_t pa;
-	void *buffer;
+	void *buffer = AS_AREA_ANY;
 	int ret = dmamem_map_anonymous(size, DMAMEM_4GiB,
 	    AS_AREA_READ | AS_AREA_WRITE, 0, &pa, &buffer);
