soc: ti: knav_qmss_queue: Use device_get_match_data()
authorRob Herring <robh@kernel.org>
Mon, 9 Oct 2023 21:13:43 +0000 (16:13 -0500)
committerNishanth Menon <nm@ti.com>
Mon, 16 Oct 2023 15:28:29 +0000 (10:28 -0500)
commit50c01a942b287451ed7bec290ac09e07b91c6253
tree16c09a7781ac68ee2bc9744511d3edba7bcef66e
parent05e5f732850632f24310b677d16787136733f5d4
soc: ti: knav_qmss_queue: Use device_get_match_data()

Use preferred device_get_match_data() instead of of_match_device() to
get the driver match data. With this, adjust the includes to explicitly
include the correct headers.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231009211356.3242037-13-robh@kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
drivers/soc/ti/knav_qmss_queue.c