u-boot/include/power
Max Krummenacher e2e69291ee headers: don't depend on errno.h being available
These headers follow the pattern:

| #if CONFIG_IS_ENABLED(FANCY_FEATURE)
|   void foo(void);
| #else
|   static inline void foo(void) { return -ENOSYS; }
| #endif

In the #else path ENOSYS is used, however linux/errno.h is not included.
If errno.h has not been included already the compiler errors out even
if the inline function is not referenced.

Make those headers self contained.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2024-01-24 11:12:11 -05:00
..
ab8500.h
acpi_pmc.h
act8846_pmic.h
as3722.h
battery.h
bd71837.h
da9063_pmic.h
fan53555.h
hi6553_pmic.h
lp873x.h
lp87565.h
ltc3676_pmic.h
max8997_muic.h
max8997_pmic.h
max8998_pmic.h
max17042_fg.h
max77663.h drivers: gpio: implement MAX77663 GPIO cell 2023-12-19 20:53:53 +02:00
max77686_pmic.h
max77693_fg.h
max77693_muic.h
max77693_pmic.h
mc34vr500_pmic.h
mp5416.h
palmas.h drivers: gpio: implement PALMAS GPIO cell 2023-12-19 20:53:53 +02:00
pca9450.h power: pmic: Add NXP PCA9451A PMIC support 2023-03-30 00:45:39 +02:00
pfuze100_pmic.h
pfuze3000_pmic.h
pmic.h power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY) 2023-05-10 16:45:42 -04:00
power_chrg.h
regulator.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
rk8xx_pmic.h
rn5t567_pmic.h
s2mps11.h
s5m8767.h
sandbox_pmic.h
stpmic1.h
tps62362.h tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
tps65090.h
tps65217.h tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
tps65218.h
tps65219.h
tps65910.h tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
tps65910_pmic.h sysreset: implement TPS65910 sysreset functions 2023-11-03 17:42:14 -04:00
tps65941.h
tps80031.h sysreset: implement TPS80031 sysreset functions 2023-11-03 17:41:54 -04:00