From a1f04e3240ed883ecf521f9f25526e96345d8024 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 7 Jan 2021 08:46:44 +0100 Subject: mtd:nand_mxs: Add missing include Add include missing in last commit. Fixes: 616d942c3e mtd:nand_mxs:update get/set features legacy function call Signed-off-by: Sascha Hauer --- drivers/mtd/nand/nand_mxs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mtd/nand/nand_mxs.c b/drivers/mtd/nand/nand_mxs.c index ad8aeb41fc..434da49d3e 100644 --- a/drivers/mtd/nand/nand_mxs.c +++ b/drivers/mtd/nand/nand_mxs.c @@ -37,6 +37,8 @@ #include #include +#include "internals.h" + #define MX28_BLOCK_SFTRST (1 << 31) #define MX28_BLOCK_CLKGATE (1 << 30) -- cgit v1.2.3