commit | d81c0bbbf84086568b559bee59e4a93aba4a6e0f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Wed Jul 03 12:05:42 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Jul 15 11:45:52 2013 +0100 |
tree | 989cb1340f03b5430af07ae1bea37703100c42ae | |
parent | c40537d008ab1b4fe2f12641cca1462de10a95f7 [diff] |
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 <broonie@linaro.org>