Skip to content
Snippets Groups Projects
Commit 06aaca51 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

spi: nxp_fspi: Include device_compat.h


Necessary for dev_xxx.

Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
parent 8d4c5966
No related branches found
No related tags found
No related merge requests found
...@@ -34,12 +34,13 @@ ...@@ -34,12 +34,13 @@
*/ */
#include <common.h> #include <common.h>
#include <asm/io.h> #include <clk.h>
#include <dm.h>
#include <dm/device_compat.h>
#include <malloc.h> #include <malloc.h>
#include <spi.h> #include <spi.h>
#include <spi-mem.h> #include <spi-mem.h>
#include <dm.h> #include <asm/io.h>
#include <clk.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/sizes.h> #include <linux/sizes.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment