Re: [PATCH v2 4/4] rust: drm: gem: Drop Object::SIZE

2025-05-17 Thread Danilo Krummrich
On Fri, May 16, 2025 at 01:09:19PM -0400, Lyude Paul wrote: > Drive-by fix, it doesn't seem like anything actually uses this constant > anymore. > > Signed-off-by: Lyude Paul Reviewed-by: Danilo Krummrich

[PATCH v2 4/4] rust: drm: gem: Drop Object::SIZE

2025-05-16 Thread Lyude Paul
Drive-by fix, it doesn't seem like anything actually uses this constant anymore. Signed-off-by: Lyude Paul --- rust/kernel/drm/gem/mod.rs | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rust/kernel/drm/gem/mod.rs b/rust/kernel/drm/gem/mod.rs index 2b81298d29765..d0f8da54f