diff options
| author | Mark Brown <[email protected]> | 2025-07-16 14:37:46 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2025-07-16 14:37:46 +0000 |
| commit | ef616b9763e374454957a8785a068479fa5665a6 (patch) | |
| tree | e1eeca31ca97f24651368d42d6b28504af10f878 /rust/helpers/helpers.c | |
| parent | regulator: rt6160: Add rt6166 vout min_uV setting for compatible (diff) | |
| parent | MAINTAINERS: add regulator.rs to the regulator API entry (diff) | |
| download | kernel-ef616b9763e374454957a8785a068479fa5665a6.tar.gz kernel-ef616b9763e374454957a8785a068479fa5665a6.zip | |
Add a bare-minimum Regulator abstraction
Merge series from Daniel Almeida <[email protected]>:
Add basic rust bindings for the regulator API.
Diffstat (limited to 'rust/helpers/helpers.c')
| -rw-r--r-- | rust/helpers/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c index b15b3cddad4e..f1f26ba91d97 100644 --- a/rust/helpers/helpers.c +++ b/rust/helpers/helpers.c @@ -33,6 +33,7 @@ #include "pci.c" #include "pid_namespace.c" #include "rbtree.c" +#include "regulator.c" #include "rcu.c" #include "refcount.c" #include "security.c" |
