]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
leds: pwm: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Sat, 28 Sep 2013 11:38:31 +0000 (04:38 -0700)
committerBryan Wu <cooloney@gmail.com>
Tue, 22 Oct 2013 17:57:34 +0000 (10:57 -0700)
commit1e08f72dd248645450b01c86ccc066c0a90767d8
tree11dc272622534bfef359fef06367d341c55a02f5
parentc68f46dd6aec29b4db9eb85d014981bbdd686428
leds: pwm: 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: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-pwm.c