Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d367e37e authored by Sachin Kamat's avatar Sachin Kamat Committed by Brian Norris
Browse files

mtd: mxc_nand: Include linux/of.h header



'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid build breakage in the future.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent ca5295f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/completion.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_mtd.h>