commit | 830fafce06e6fc2e63e141799833f7c7a73cf62b | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Oct 17 15:36:10 2023 -0500 |
committer | Lee Jones <lee@kernel.org> | Wed Nov 01 10:02:17 2023 +0000 |
tree | d9b5f379a230da54e8a8b70c1095c2e65d72acbb | |
parent | 15d71e678ec14ce26f7a271fef363e5c04ec24bf [diff] |
mfd: Use device_get_match_data() in a bunch of drivers 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. Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231017203612.2701060-1-robh@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>