]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: ti_am335x_tscadc: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 15 Oct 2013 03:48:49 +0000 (09:18 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 23 Oct 2013 15:21:56 +0000 (16:21 +0100)
commit131221bc5e317d9d24d7f3922cc798058cf8aadd
treebe2fb643a12001f029797a58b0a085291ba7d8e1
parentcd2a55321f4b6548daaf14997a8a77c7513d5bae
mfd: ti_am335x_tscadc: 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: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ti_am335x_tscadc.c