From: Mark Brown Date: Wed, 3 Jul 2013 11:05:42 +0000 (+0100) Subject: spi/xilinx: Remove remains of of_platform device registration X-Git-Tag: v3.12-rc1~192^2~14^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81c0bbbf84086568b559bee59e4a93aba4a6e0f;p=pandora-kernel.git spi/xilinx: Remove remains of of_platform device registration In the past there used to be a separate platform device type for device tree systems so the probe and removal functions were split into generic and bus sections. Since this is no longer the case simplify the code (and remove some unprototyped exports) by factoring everything into the bus probe() and remove(). Signed-off-by: Mark Brown --- Reading git-diff-tree failed