mtd: rawnand: mxc: Remove unneeded of_match_ptr()
authorFabio Estevam <festevam@gmail.com>
Tue, 16 Mar 2021 00:00:42 +0000 (21:00 -0300)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 28 Mar 2021 17:13:39 +0000 (19:13 +0200)
commit1200c7f834ae7060c61f098db305ef2b92181226
treefdb6236f4ee9efe93a6942c60e8b1f98e56c1829
parent4682dd19a6686dccf1871479d12dd1a4a3df0b70
mtd: rawnand: mxc: Remove unneeded of_match_ptr()

i.MX is a DT-only platform, so of_match_ptr() can be safely
removed.

Remove the unneeded of_match_ptr().

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210316000042.200392-1-festevam@gmail.com
drivers/mtd/nand/raw/mxc_nand.c