From: Lee Jones Date: Wed, 8 May 2013 13:29:01 +0000 (+0100) Subject: ARM: ux500: Remove duplicated assignment of ab8500_platdata X-Git-Tag: v3.10-rc3~13^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3210c05327e2b44b3bf96bab550d72cdb18b64e4;p=pandora-kernel.git ARM: ux500: Remove duplicated assignment of ab8500_platdata Since: "05ec260 mfd: db8500-prcmu: update resource passing", the AB8500's platform data 'ab8500_platdata' is passed directly as an attribute to 'db8500_prcmu_pdata', so there's no requirement to assign it a second time. In fact, it's only due to an ordering issue that the entire 'db8500_prcmu_pdata' data structure isn't completely over-written by the assignment in u8500_init_devices(). Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed