提交 06aaca51 编写于 作者: S Sean Anderson 提交者: Tom Rini

spi: nxp_fspi: Include device_compat.h

Necessary for dev_xxx.
Signed-off-by: NSean Anderson <seanga2@gmail.com>
上级 8d4c5966
......@@ -34,12 +34,13 @@
*/
#include <common.h>
#include <asm/io.h>
#include <clk.h>
#include <dm.h>
#include <dm/device_compat.h>
#include <malloc.h>
#include <spi.h>
#include <spi-mem.h>
#include <dm.h>
#include <clk.h>
#include <asm/io.h>
#include <linux/bitops.h>
#include <linux/kernel.h>
#include <linux/sizes.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册