Re: [PATCH] powerpc: fsl_msi: Use device_get_match_data()
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2023-10-27 10:08:39
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2023-10-27 10:08:39
Also in:
lkml
On Fri, 06 Oct 2023 16:45:16 -0500, Rob Herring wrote:
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.
Applied to powerpc/next.
[1/1] powerpc: fsl_msi: Use device_get_match_data()
https://git.kernel.org/powerpc/c/89f17016a85280e1b36a6c0305e0191594cbe6ea
cheers