drivers/intel/gma: Drop unused `backlight` field

Change-Id: I9d7f8337653f93f40550a3d2886fe7b3845eac69
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39879
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Nico Huber 2020-03-27 19:06:26 +01:00 committed by Matt DeVillier
parent c2e46420cc
commit 9af0b15e95
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ u32 gtt_read(u32 reg);
struct i915_gpu_controller_info
{
int use_spread_spectrum_clock;
u32 backlight;
int ndid;
u32 did[5];
};