We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af05c8b commit dd5792cCopy full SHA for dd5792c
rust/bindings/bindings_helper.h
@@ -11,6 +11,7 @@
11
#include <linux/errname.h>
12
#include <linux/io-pgtable.h>
13
#include <linux/platform_device.h>
14
+#include <linux/regulator/consumer.h>
15
#include <linux/slab.h>
16
#include <linux/refcount.h>
17
#include <linux/wait.h>
rust/kernel/lib.rs
@@ -49,6 +49,8 @@ pub mod of;
49
pub mod platform;
50
pub mod prelude;
51
pub mod print;
52
+#[cfg(CONFIG_REGULATOR)]
53
+pub mod regulator;
54
mod static_assert;
55
#[doc(hidden)]
56
pub mod std_vendor;
0 commit comments