powerpc/fsl_msi: Use device_get_match_data()
authorRob Herring <robh@kernel.org>
Fri, 6 Oct 2023 21:45:16 +0000 (16:45 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 20 Oct 2023 12:18:34 +0000 (23:18 +1100)
commit89f17016a85280e1b36a6c0305e0191594cbe6ea
treeeadfe1d8860589e81742f20c6fb44ff265db3700
parentad496f8f83960c211b00fdbd8ae4ac1e55e4f3d5
powerpc/fsl_msi: 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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231006214516.340589-1-robh@kernel.org
arch/powerpc/sysdev/fsl_msi.c