Skip to content

Commit aaba47a

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

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
@@ -58,7 +58,7 @@ impl FwNode {
5858
}
5959

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

0 commit comments

Comments
 (0)