]> git.baikalelectronics.ru Git - kernel.git/commit
Input: drv260x - remove OF dependency
authorJingkui Wang <jkwang@google.com>
Thu, 9 Mar 2017 17:46:17 +0000 (09:46 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 9 Mar 2017 18:00:14 +0000 (10:00 -0800)
commitf55cef28ea6e566369efc26269ea4682e01de7ee
treede556fdcbf5a4c7a9d6659053f680eac2c970d5b
parentae606ba0c2e768da3c940a49b28da81d5703a603
Input: drv260x - remove OF dependency

As the driver is using generic device properties, it should work
properly when CONFIG_OF is turned off. This patch removes the
ifdef CONFIGOF and make sure the driver always have of_match_table.

Signed-off-by: Jingkui Wang <jkwang@google.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/drv260x.c