summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/report_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/haswell/report_platform.c')
-rw-r--r--src/northbridge/intel/haswell/report_platform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/report_platform.c b/src/northbridge/intel/haswell/report_platform.c
index 8c1b98790c..0b5319bdde 100644
--- a/src/northbridge/intel/haswell/report_platform.c
+++ b/src/northbridge/intel/haswell/report_platform.c
@@ -78,7 +78,6 @@ static void report_pch_info(void)
int i;
u16 dev_id = pci_read_config16(PCH_LPC_DEV, 2);
-
const char *pch_type = "Unknown";
for (i = 0; i < ARRAY_SIZE(pch_table); i++) {
if (pch_table[i].dev_id == dev_id) {