From c60fea02141167cc277ff92fd6ee21448f56449f Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 15 Feb 2013 15:03:49 -0700 Subject: [PATCH] spi/tegra-slink: assume CONFIG_OF, remove platform data Tegra only supports, and always enables, device tree. Remove all ifdefs and runtime checks for DT support from the driver. Platform data is therefore no longer required. Rework the driver to parse the device tree directly into struct tegra_slink_data. Signed-off-by: Stephen Warren Signed-off-by: Grant Likely --- Reading git-format-patch failed