commit | 9edf909189edcd0a5a6bdbf73339c0e82bfcf861 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sun Oct 04 21:39:48 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 15 18:36:56 2020 -0400 |
tree | 6bd197f628ccb3f1e391c9cf233a4052ac28e65c | |
parent | 03036a2a25b613cec2b58c12ef9c8ecf65959b33 [diff] |
ram: imxrt: Include device_compat.h Necessary for dev_xxx. Signed-off-by: Sean Anderson <seanga2@gmail.com>
diff --git a/drivers/ram/imxrt_sdram.c b/drivers/ram/imxrt_sdram.c index 765a214..b6ee02d 100644 --- a/drivers/ram/imxrt_sdram.c +++ b/drivers/ram/imxrt_sdram.c
@@ -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>