From: Frans Klaver Date: Mon, 27 Oct 2014 14:34:05 +0000 (+0100) Subject: mtd: omap: fix mtd devices not showing up X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~9^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c53b4e7e25a2635aef3006b990b6802cefc873f;p=pandora-kernel.git mtd: omap: fix mtd devices not showing up Since commit 6d178ef2fd5e ("mtd: nand: Move ELM driver and rename as omap_elm"), I don't have any mtd devices present on my am335x. This changes the link order of the omap_elm and omap2 objects, causing them to probe in the wrong order. To fix this, make elm_config defer probing until the omap_elm driver is actually loaded. Signed-off-by: Frans Klaver Acked-by: Roger Quadros Signed-off-by: Brian Norris --- Reading git-diff-tree failed