]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: ti_am335x_tsc - remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Sun, 6 Oct 2013 07:53:52 +0000 (00:53 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 6 Oct 2013 08:22:26 +0000 (01:22 -0700)
commit8e6146bf5b779dd8c78df625549d1f92beaa23e7
tree5c74472866d646c7ca26f3728381ef6cfe5c2005
parent085f17c6542c089e094633070d0e2e466f6da80b
Input: ti_am335x_tsc - remove redundant of_match_ptr

The data structure of_match_ptr() protects is always compiled in.
Hence of_match_ptr() is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ti_am335x_tsc.c