backlight: Remove unused 'original' member from structure
This was accidentally added with no users. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
5935c93ce7
commit
f68d363a23
|
|
@ -38,7 +38,7 @@ enum backlight_type {
|
|||
struct backlight {
|
||||
char *iface;
|
||||
enum backlight_type type;
|
||||
int original, max;
|
||||
int max;
|
||||
int pid, fd;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue