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: baikal/mips/sdk5.9~184^2~9^2~40 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=09303ce78565342c580fd1a2f2e83892e93e3745;p=uboot.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 0113e70037..e16b0e1462 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