]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: tps65217: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 15 Oct 2013 03:48:47 +0000 (09:18 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 23 Oct 2013 15:21:51 +0000 (16:21 +0100)
commit5e55ce0c3c09cea33d36a5919c7667d2618aa4b9
tree701ce042b36c54b6137044e7a8361a1fcf924c7f
parent17ec560731a28d66d78511592fbb37380eb82a04
mfd: tps65217: 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/tps65217.c