mtd: rawnand: Remove forward declaration of device_node
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 5 Jul 2018 10:27:29 +0000 (12:27 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 07:34:21 +0000 (09:34 +0200)
commit1c3ab61ebcf8cfb5308d2e68e03fd4b4df484e62
tree17e1cbd5258edc251ecc48ae598a67c34d6055c0
parent707329aca6e0cf5781ca7f62c39bdcb5f87e9c23
mtd: rawnand: Remove forward declaration of device_node

struct device_node is defined in linux/of.h. Let's include this file
instead of having a forward declaration of this struct.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
include/linux/mtd/rawnand.h