]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: lpc32xx: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 03:26:40 +0000 (08:56 +0530)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 8 Oct 2013 13:49:19 +0000 (15:49 +0200)
commita689161897f694513b9a2114cc72013fa3dd9e6f
tree9a5a58455f8385d4db9b8c56732704cc92620ccc
parent0901794a2be14da4e5cd26ce25dd6c54b9b6b288
pwm: lpc32xx: 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>
Cc: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-lpc32xx.c