From: MyungJoo Ham Date: Mon, 20 Jun 2011 08:30:17 +0000 (+0900) Subject: regulator: max8997: remove dependency on platform_data pointer X-Git-Tag: v3.0-rc7~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0414a5c89c708efe67f828f3a9c12293ce326e;p=pandora-kernel.git regulator: max8997: remove dependency on platform_data pointer The platform_data (pdata) may be pointing to __initdata section, which may be free'd from the memory. The dependency on pdata in non-init functions is removed in this patch to allow platform to declare __initdata for platform data. Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed