diff options
author | Dr. David Alan Gilbert <[email protected]> | 2024-05-16 14:37:24 +0100 |
---|---|---|
committer | Liviu Dudau <[email protected]> | 2024-05-31 12:09:51 +0100 |
commit | 539d33b5783804f22a62bd62ff463dfd1cef4265 (patch) | |
tree | 7e08995a1f90e0989a55b8ad82c218fd3cd90f95 | |
parent | 5a507b7d2be15fddb95bf8dee01110b723e2bcd9 (diff) |
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 <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Liviu Dudau <[email protected]>
-rw-r--r-- | drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c b/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c index d8e449e6ebda..50cb8f7ee6b2 100644 --- a/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c +++ b/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c @@ -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 }, |