From: Grant Likely Date: Thu, 14 Jul 2011 11:33:52 +0000 (-0600) Subject: dt: remove extra xsysace platform_driver registration X-Git-Tag: v3.1-rc1~311^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d10302f46df1d9a85c34ea97f9b6c29e414482e;p=pandora-kernel.git dt: remove extra xsysace platform_driver registration After commit 1c48a5c93, "dt: Eliminate of_platform_{,un}register_driver", the xsysace driver attempts to register two platform_drivers with the same name, which a) doesn't work, and b) isn't necessary. This patch merges the two platform_drivers. Reported-by: Daniel Hellstrom Signed-off-by: Grant Likely --- Reading git-diff-tree failed