On Tue Jun 23, 2026 at 7:29 AM BST, Alvin Sun wrote: > Replace the `THIS_MODULE` static reference in the binder fops with > `this_module::<LocalModule>()`, consistent with the move of > `THIS_MODULE` into the `ModuleMetadata` trait. > > Signed-off-by: Alvin Sun <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > drivers/android/binder/rust_binder_main.rs | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)

