Commit 539d33b5 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Liviu Dudau

drm/komeda: remove unused struct 'gamma_curve_segment'

'gamma_curve_segment' looks like it has never been used.
Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240516133724.251750-1-linux@treblig.orgSigned-off-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
parent 5a507b7d
......@@ -72,11 +72,6 @@ struct gamma_curve_sector {
u32 segment_width;
};
struct gamma_curve_segment {
u32 start;
u32 end;
};
static struct gamma_curve_sector sector_tbl[] = {
{ 0, 4, 4 },
{ 16, 4, 4 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment