From: Sean Anderson Date: Tue, 15 Sep 2020 14:44:42 +0000 (-0400) Subject: mtd: spi: Include dm.h in spi-nor-core.c X-Git-Tag: v2021.01-rc1~38^2~9^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c64633644edfeb348b8c79a66268ec805f4280c2;p=pandora-u-boot.git mtd: spi: Include dm.h in spi-nor-core.c This header is needed so struct udevice can be used in dev_xxx(). Signed-off-by: Sean Anderson Tested-by: Patrick Delaunay --- diff --git a/drivers/mtd/spi/spi-nor-core.c b/drivers/mtd/spi/spi-nor-core.c index 0113e70037f..e16b0e1462d 100644 --- a/drivers/mtd/spi/spi-nor-core.c +++ b/drivers/mtd/spi/spi-nor-core.c @@ -11,6 +11,7 @@ #include #include +#include #include #include #include