diff options
author | Jiri Slaby (SUSE) <[email protected]> | 2024-02-13 12:15:11 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2024-02-16 18:07:13 +0100 |
commit | 1e5a2ec938d73a035e2dd07a26f6c61012e37616 (patch) | |
tree | 97cc78330855243313425c37b6a74c082ff1eb2d | |
parent | f63f24488571fdd6f6aa910f2db5a7f3d44a4da6 (diff) |
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) <[email protected]>
Cc: David Airlie <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/char/agp/agp.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |