From: Uwe Kleine-König Date: Tue, 15 Jun 2010 16:14:19 +0000 (+0200) Subject: ARM: imx: Change the way nand devices are registered (generic part) X-Git-Tag: v2.6.36-rc1~591^2^2~1^2~26^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66384eedd900f2f6bb00e4f16c2cb770d6b0066b;p=pandora-kernel.git ARM: imx: Change the way nand devices are registered (generic part) Instead of having a platform device defined in a devices.c and register it in the machine file allocate it dynamically. This reduces the size of needed memory as the new function is discarded after init and only the existing devices are created. Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed