Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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) <jirislaby@kernel.org>
Cc: David Airlie <airlied@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240213111511.25187-1-jirislaby@kernel.org

authored by

Jiri Slaby (SUSE) and committed by
Daniel Vetter
1e5a2ec9 f63f2448

-1
-1
drivers/char/agp/agp.h
··· 138 138 unsigned long gart_bus_addr; 139 139 unsigned long gatt_bus_addr; 140 140 u32 mode; 141 - enum chipset_type type; 142 141 unsigned long *key_list; 143 142 atomic_t current_memory_agp; 144 143 atomic_t agp_in_use;