mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 17:13:28 +08:00
spi: ca_sflash: Add missing dm include
This code uses dev_err which is defined in dm/device_compat.h Signed-off-by: John Watts <contact@jookia.org>
This commit is contained in:
parent
11a3e6754d
commit
c90a172d91
@ -11,6 +11,7 @@
|
||||
#include <malloc.h>
|
||||
#include <clk.h>
|
||||
#include <dm.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <errno.h>
|
||||
#include <fdtdec.h>
|
||||
#include <linux/compat.h>
|
||||
|
Loading…
Reference in New Issue
Block a user