Skip to content

Commit ed83514

Browse files
WhatAmISupposedToPutHerejannau
authored andcommitted
rust: property: HACK? make as_raw() public
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
1 parent 35d29cb commit ed83514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/device/property.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl FwNode {
5757
}
5858

5959
/// Obtain the raw `struct fwnode_handle *`.
60-
pub(crate) fn as_raw(&self) -> *mut bindings::fwnode_handle {
60+
pub fn as_raw(&self) -> *mut bindings::fwnode_handle {
6161
self.0.get()
6262
}
6363

0 commit comments

Comments
 (0)