From: Stephen Warren Date: Sat, 16 Feb 2013 01:04:12 +0000 (-0800) Subject: Input: tegra-kbc - require CONFIG_OF, remove platform data X-Git-Tag: v3.9-rc1~150^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eee07d39fa606a191ae65d3c0e12771a80e70ca;p=pandora-kernel.git Input: tegra-kbc - require 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. Delete the header that defines it, and rework the driver to parse the device tree directly into struct tegra_kbc. Signed-off-by: Stephen Warren Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed