mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
75c908beb6a1c96c030893d313ee5b82c075aad6
The function devm_fwnode_get_gpiod_from_child() was removed in Linux v6.2. This function has always called devm_fwnode_gpiod_get_index() and this was first introduced in Linux v5.5. Therefore, remove devm_fwnode_get_gpiod_from_child() and always use devm_fwnode_gpiod_get_index(). Bug 4346767 Change-Id: Ie94a20ffda67569962fa48d7104c8ff706be079d Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3034777 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided