Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -274,12 +274,10 @@ struct regulator_init_data {
#ifdef CONFIG_REGULATOR
void regulator_has_full_constraints(void);
int regulator_show_enabled(void);
#else
static inline void regulator_has_full_constraints(void)
{
}
static inline int regulator_show_enabled(void) { return 0; }
#endif
static inline int regulator_suspend_prepare(suspend_state_t state)