ram: imxrt: Include device_compat.h
authorSean Anderson <seanga2@gmail.com>
Mon, 5 Oct 2020 01:39:48 +0000 (21:39 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 15 Oct 2020 22:36:56 +0000 (18:36 -0400)
Necessary for dev_xxx.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
drivers/ram/imxrt_sdram.c

index 765a214..b6ee02d 100644 (file)
@@ -7,6 +7,7 @@
 #include <common.h>
 #include <clk.h>
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <init.h>
 #include <log.h>
 #include <ram.h>