diff options
| author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2025-06-08 22:40:02 +0200 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2025-06-22 01:48:58 +0200 |
| commit | 520c790c83e9e4c915a8e3fc9f2152ece39b6511 (patch) | |
| tree | 6c61f906f95d70fb0da07d3038f239cb050f2277 /include | |
| parent | Merge tag 'ib-regulator-psy-for-v6.17-signed' into psy-next (diff) | |
| download | linux-520c790c83e9e4c915a8e3fc9f2152ece39b6511.tar.gz linux-520c790c83e9e4c915a8e3fc9f2152ece39b6511.zip | |
power: supply: core: remove of_node from power_supply_config
All drivers have been migrated from .of_node to .fwnode,
so let's kill the former.
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20250430-psy-core-convert-to-fwnode-v2-2-f9643b958677@collabora.com
Reviewed-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/power_supply.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 7803edaa8ff8..72012141656e 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -232,7 +232,6 @@ struct power_supply; /* Run-time specific power supply configuration */ struct power_supply_config { - struct device_node *of_node; struct fwnode_handle *fwnode; /* Driver private data */ |
