Skip to content

Commit eb55943

Browse files
committed
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
2 parents 2603342 + 539d33b commit eb55943

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ struct gamma_curve_sector {
7272
u32 segment_width;
7373
};
7474

75-
struct gamma_curve_segment {
76-
u32 start;
77-
u32 end;
78-
};
79-
8075
static struct gamma_curve_sector sector_tbl[] = {
8176
{ 0, 4, 4 },
8277
{ 16, 4, 4 },

0 commit comments

Comments
 (0)