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 afd17dc commit e0bb715Copy full SHA for e0bb715
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
@@ -48,6 +48,8 @@ pub mod of;
48
pub mod platform;
49
pub mod prelude;
50
pub mod print;
51
+#[cfg(CONFIG_REGULATOR)]
52
+pub mod regulator;
53
mod static_assert;
54
#[doc(hidden)]
55
pub mod std_vendor;
0 commit comments