From: Jiri Slaby (SUSE) Date: Tue, 13 Feb 2024 11:15:11 +0000 (+0100) Subject: char/agp: remove agp_bridge_data::type X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e5a2ec938d73a035e2dd07a26f6c61012e37616;p=linux.git char/agp: remove agp_bridge_data::type agp_bridge_data::type is unused (and I cannot find when was used last). Therefore, remove it. Found by https://github.com/jirislaby/clang-struct. Signed-off-by: Jiri Slaby (SUSE) Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20240213111511.25187-1-jirislaby@kernel.org --- diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index 5c36ab85f80b7..67d7be800a7c1 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h @@ -138,7 +138,6 @@ struct agp_bridge_data { unsigned long gart_bus_addr; unsigned long gatt_bus_addr; u32 mode; - enum chipset_type type; unsigned long *key_list; atomic_t current_memory_agp; atomic_t agp_in_use;