Skip to content
Snippets Groups Projects
Commit 539d33b5 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Liviu Dudau
Browse files

drm/komeda: remove unused struct 'gamma_curve_segment'

parent 5a507b7d
No related branches found
Tags drm-misc-next-fixes-2024-06-07
No related merge requests found
...@@ -72,11 +72,6 @@ struct gamma_curve_sector { ...@@ -72,11 +72,6 @@ struct gamma_curve_sector {
u32 segment_width; u32 segment_width;
}; };
struct gamma_curve_segment {
u32 start;
u32 end;
};
static struct gamma_curve_sector sector_tbl[] = { static struct gamma_curve_sector sector_tbl[] = {
{ 0, 4, 4 }, { 0, 4, 4 },
{ 16, 4, 4 }, { 16, 4, 4 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment