]> git.baikalelectronics.ru Git - kernel.git/commit
Input: tegra-kbc - require CONFIG_OF, remove platform data
authorStephen Warren <swarren@nvidia.com>
Sat, 16 Feb 2013 01:04:12 +0000 (17:04 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 16 Feb 2013 02:52:58 +0000 (18:52 -0800)
commit19df7562a623cb5b31626ea32fb8037a5a2437f5
treedbba2906a34808f5b0bba01a5a3b6d978923a645
parente24f496a08cb2b46554906b5ff13ff0c3a89d229
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 <swarren@nvidia.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/tegra-kbc.c
include/linux/input/tegra_kbc.h [deleted file]