aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc')
-rw-r--r--src/superio/smsc/sch5545/sch5545.h1
-rw-r--r--src/superio/smsc/smscsuperio/early_serial.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/smsc/sch5545/sch5545.h b/src/superio/smsc/sch5545/sch5545.h
index 464be1a106..9d5054efa0 100644
--- a/src/superio/smsc/sch5545/sch5545.h
+++ b/src/superio/smsc/sch5545/sch5545.h
@@ -131,7 +131,6 @@
#define SCH5545_IRQ_PARPORT 0x11
#define SCH5545_IRQ_DISABLED 0xff
-
/* runtime registers */
#define SCH5545_RR_PME_STS 0x00
#define SCH5545_GLOBAL_PME_STS 0x01
diff --git a/src/superio/smsc/smscsuperio/early_serial.c b/src/superio/smsc/smscsuperio/early_serial.c
index 81ec0aab5c..b9f6e70fef 100644
--- a/src/superio/smsc/smscsuperio/early_serial.c
+++ b/src/superio/smsc/smscsuperio/early_serial.c
@@ -24,7 +24,6 @@ static void pnp_exit_conf_state(pnp_devfn_t dev)
outb(SMSC_EXIT_KEY, port);
}
-
/**
* Enable the specified serial port.
*