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:
Chris Wilson 2014-07-23 22:12:33 +01:00
parent 5935c93ce7
commit f68d363a23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ enum backlight_type {
struct backlight {
char *iface;
enum backlight_type type;
int original, max;
int max;
int pid, fd;
};