]> git.dujemihanovic.xyz Git - linux.git/commit
mailbox: zynqmp: Move of_match structure closer to usage
authorBen Levinsky <ben.levinsky@amd.com>
Wed, 10 Apr 2024 17:08:23 +0000 (10:08 -0700)
committerJassi Brar <jassisinghbrar@gmail.com>
Wed, 1 May 2024 01:13:07 +0000 (20:13 -0500)
commit6efb495826a905814e2aaa68dc756694686e864f
tree7c39d2358993de9d387efa7956203cecfb123162
parente67572cd2204894179d89bd7b984072f19313b03
mailbox: zynqmp: Move of_match structure closer to usage

The of_match structure zynqmp_ipi_of_match is now adjacent to where it
used in the zynqmp_ipi_driver structure for readability.

Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/zynqmp-ipi-mailbox.c