From: Tom Rini Date: Mon, 11 Apr 2022 21:11:21 +0000 (-0400) Subject: linux/mtd/mtd.h: Add X-Git-Tag: v2025.01-rc5-pxa1908~1460 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=a7fb97b6e6e00d80705700671a26cb127c01430b;p=u-boot.git linux/mtd/mtd.h: Add We need to know where the typedef of 'ofnode' comes from. Fixes: c86a4de8df61 ("mtd: Add flash_node in struct mtd_info") Signed-off-by: Tom Rini --- diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index af45e63bf9..ff635bd716 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -25,6 +25,7 @@ #if IS_ENABLED(CONFIG_DM) #include #endif +#include #define MAX_MTD_DEVICES 32 #endif