aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorMark Brown <[email protected]>2025-07-16 14:37:46 +0000
committerMark Brown <[email protected]>2025-07-16 14:37:46 +0000
commitef616b9763e374454957a8785a068479fa5665a6 (patch)
treee1eeca31ca97f24651368d42d6b28504af10f878 /rust/helpers/helpers.c
parentregulator: rt6160: Add rt6166 vout min_uV setting for compatible (diff)
parentMAINTAINERS: add regulator.rs to the regulator API entry (diff)
downloadkernel-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.c1
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"