Skip to content

Commit 539d33b

Browse files
Dr. David Alan Gilbertdliviu
authored andcommitted
drm/komeda: remove unused struct 'gamma_curve_segment'
'gamma_curve_segment' looks like it has never been used. Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240516133724.251750-1-linux@treblig.org Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
1 parent 5a507b7 commit 539d33b

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)