From: MyungJoo Ham Date: Thu, 30 Jun 2011 01:09:40 +0000 (+0900) Subject: max8903_charger: Allow platform data to be __initdata X-Git-Tag: v3.1-rc1~106^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464f29a21792e0e506d936d147beea72a5f8e904;p=pandora-kernel.git max8903_charger: Allow platform data to be __initdata Platform files may have declared 8903 platform data as __initdata. This patch removes the dependency on pdata pointer so that using __initdata on pdata will not incur errors. Note that such error does not incur SECTION MISMATCH warning in (at least some) compilers. Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed