Commit eb55943a authored by Dave Airlie's avatar Dave Airlie

Merge tag 'drm-misc-next-fixes-2024-06-07' of...

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: default avatarDave 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
parents 26033424 539d33b5
...@@ -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 },
......
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