diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2026-03-30 11:44:59 +0200 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-03-31 16:39:47 +0200 |
| commit | a9cdba5c35c5cca6bd0b922bc235b843a41b3a57 (patch) | |
| tree | 533437781a14493d6fdb56c34572c79130ac9ca8 /rust/kernel/iommu/git@git.tavy.me:linux.git | |
| parent | caf6144053b4e1c815aa56afb54745a176f999df (diff) | |
fbdev: atyfb: Remove unused fb_list
With clang and W=1:
drivers/video/fbdev/aty/atyfb_base.c:2327:24: warning: variable 'fb_list' set but not used [-Wunused-but-set-global]
2327 | static struct fb_info *fb_list = NULL;
Indeed, the last user of fb_list was removed in 2004, while the actual
linked list was removed in 2002.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202603300931.osMYxYZ7-lkp@intel.com/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'rust/kernel/iommu/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
