On Mon, Apr 29, 2024 at 02:45:05PM +0200, Miguel Ojeda wrote: > From: Aswin Unnikrishnan <aswinunni01@xxxxxxxxx> > > Remove argument `params` from the `module` macro example, because the > macro does not currently support module parameters since it was not sent > with the initial merge. > > Signed-off-by: Aswin Unnikrishnan <aswinunni01@xxxxxxxxx> > Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx > Fixes: 1fbde52bde73 ("rust: add `macros` crate") > Link: https://lore.kernel.org/r/20240419215015.157258-1-aswinunni01@xxxxxxxxx > [ Reworded slightly. ] > Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx> > (cherry picked from commit 19843452dca40e28d6d3f4793d998b681d505c7f) > Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx> > --- > rust/macros/lib.rs | 12 ------------ > 1 file changed, 12 deletions(-) Now queued up, thanks. greg k-h