From: Pawel Moll Date: Wed, 23 Jul 2014 17:07:18 +0000 (+0100) Subject: platform: Remove most references to platform_bus device X-Git-Tag: omap-for-v3.17/fixes-against-rc2~167^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2168146c222d607bf4baeaaaa990f39411d1567;p=pandora-kernel.git platform: Remove most references to platform_bus device A number of board files in arch/arm and arch/unicore32 explicitly reference platform_bus device as a parent for new platform devices. This is unnecessary, as platform device API guarantees that devices with NULL parent are going to by adopted by the mentioned "root" device. This patch removes or replaces with NULL such references. Signed-off-by: Pawel Moll Acked-by: Olof Johansson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed