summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-05-03 11:30:40 +0300
committerJani Nikula <jani.nikula@intel.com>2016-05-12 14:00:44 +0300
commitc6ccbb5b870e45622a96d6e489100ad9ea2fdab5 (patch)
treea71b0f56611252d352e4835cb2b5481c2496e888 /tools
parent4d4b1c22cfcd841ebb751a1170e6d1f8096b16a0 (diff)
tools/intel_bios_reader: drop unused lvds_support variable
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/intel_bios_reader.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/intel_bios_reader.c b/tools/intel_bios_reader.c
index 04c25ff1..ff9d20d2 100644
--- a/tools/intel_bios_reader.c
+++ b/tools/intel_bios_reader.c
@@ -65,7 +65,6 @@ struct bdb_block {
const struct bdb_lvds_lfp_data_ptrs *lvds_lfp_data_ptrs;
static int tv_present;
-static int lvds_present;
static int panel_type;
/* Get BDB block size given a pointer to Block ID. */
@@ -174,7 +173,6 @@ static void dump_general_features(const struct bdb_header *bdb,
printf("\tIntegrated TV: %s\n", YESNO(features->int_tv_support));
tv_present = 1; /* should be based on whether TV DAC exists */
- lvds_present = 1; /* should be based on IS_MOBILE() */
}
static void dump_backlight_info(const struct bdb_header *bdb,