OSDN Git Service

pwm: imx: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 03:26:41 +0000 (08:56 +0530)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 8 Oct 2013 13:49:38 +0000 (15:49 +0200)
commitbecbca1390a5147b363a34e238e74cffe65eecc3
treec71ff0be5b821f417bb728faaf5d747ad9395f23
parent3cb3b2bfddcdf0bd44b787127b52c2bd1ce9f291
pwm: imx: 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>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-imx.c