[PATCH] char/agp: remove agp_bridge_data::type
Jiri Slaby (SUSE)
jirislaby at kernel.org
Tue Feb 13 11:15:11 UTC 2024
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) <jirislaby at kernel.org>
Cc: David Airlie <airlied at redhat.com>
Cc: dri-devel at lists.freedesktop.org
---
drivers/char/agp/agp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h
index 5c36ab85f80b..67d7be800a7c 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;
--
2.43.1
More information about the dri-devel
mailing list