PM / devfreq: imx8m-ddrc: Remove unneeded of_match_ptr()
authorFabio Estevam <festevam@gmail.com>
Mon, 29 Mar 2021 12:24:25 +0000 (09:24 -0300)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 8 Apr 2021 04:14:51 +0000 (13:14 +0900)
commit0a7dc8318c2817fb33dc50946f7ca6e0ff28f036
tree6905f00d1b8e19a0df2d26a58f2d99530f69b457
parentca948312e00056124e8026478a36d3b7baeb0b22
PM / devfreq: imx8m-ddrc: Remove unneeded of_match_ptr()

i.MX is a DT-only platform, so of_match_ptr() can be safely
removed.

Remove the unneeded of_match_ptr().

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/imx8m-ddrc.c