summaryrefslogtreecommitdiff
path: root/include/linux/input/tegra_kbc.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren1-62/+0
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 <swarren@nvidia.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2012-09-05Input: tegra - move platform data headerStephen Warren1-0/+62
Move the Tegra KBC platform data header out of arch/arm/mach-tegra, as a pre-requisite of single zImage. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>