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

Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes

drm-misc-next-fixes for v6.10-rc3:
- Single unused struct removal that should have been in -fixes.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/0251b6ae-bffa-44b2-b698-955712c25a27@linux.intel.com

-5
-5
drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c
··· 72 72 u32 segment_width; 73 73 }; 74 74 75 - struct gamma_curve_segment { 76 - u32 start; 77 - u32 end; 78 - }; 79 - 80 75 static struct gamma_curve_sector sector_tbl[] = { 81 76 { 0, 4, 4 }, 82 77 { 16, 4, 4 },