PM / devfreq: imx-bus: Remove unneeded of_match_ptr()
authorFabio Estevam <festevam@gmail.com>
Mon, 29 Mar 2021 12:24:24 +0000 (09:24 -0300)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 8 Apr 2021 04:14:51 +0000 (13:14 +0900)
commitca948312e00056124e8026478a36d3b7baeb0b22
treedaa04792399b2474b0bdc10d5318392f6dbb47f2
parent6c4b264c70adcec0d4e2cdb4573ee8e4526b584d
PM / devfreq: imx-bus: 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/imx-bus.c