diff options
| author | Mark Brown <broonie@kernel.org> | 2025-02-25 13:39:06 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-02-25 13:39:06 +0000 |
| commit | b80fd34df2580f2c7a99e7188d68515bcf779714 (patch) | |
| tree | 5cb104b03241df9cce66268fffbca5702ce3c764 /drivers/base/base.h | |
| parent | 66d8e76e8e85a30fbf9809837e07e15a8c5ccb8b (diff) | |
| parent | 0dffacbbf8d044456d50c893adb9499775c489f4 (diff) | |
Fix RK3588 power domain problems
Merge series from Sebastian Reichel <sebastian.reichel@collabora.com>:
This introduces devm_of_regulator_get without the _optional suffix, since
that is more sensible for the Rockchip usecase.
Diffstat (limited to 'drivers/base/base.h')
| -rw-r--r-- | drivers/base/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/base.h b/drivers/base/base.h index 8cf04a557bdb..0042e4774b0c 100644 --- a/drivers/base/base.h +++ b/drivers/base/base.h @@ -137,6 +137,7 @@ int hypervisor_init(void); static inline int hypervisor_init(void) { return 0; } #endif int platform_bus_init(void); +int faux_bus_init(void); void cpu_dev_init(void); void container_dev_init(void); #ifdef CONFIG_AUXILIARY_BUS |
