diff options
Diffstat (limited to 'src/superio/smsc/sio1036')
-rw-r--r-- | src/superio/smsc/sio1036/sio1036.h | 1 | ||||
-rw-r--r-- | src/superio/smsc/sio1036/sio1036_early_init.c | 1 | ||||
-rw-r--r-- | src/superio/smsc/sio1036/superio.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/superio/smsc/sio1036/sio1036.h b/src/superio/smsc/sio1036/sio1036.h index e30cd76815..a926ca48e0 100644 --- a/src/superio/smsc/sio1036/sio1036.h +++ b/src/superio/smsc/sio1036/sio1036.h @@ -22,4 +22,3 @@ #define UART_POWER_DOWN (1 << 7) #define LPT_POWER_DOWN (1 << 2) #define IR_OUPUT_MUX (1 << 6) - diff --git a/src/superio/smsc/sio1036/sio1036_early_init.c b/src/superio/smsc/sio1036/sio1036_early_init.c index 314ea7541b..52232a5410 100644 --- a/src/superio/smsc/sio1036/sio1036_early_init.c +++ b/src/superio/smsc/sio1036/sio1036_early_init.c @@ -98,4 +98,3 @@ static inline void sio1036_early_init(unsigned port) sio1036_exit_conf_state(dev); } - diff --git a/src/superio/smsc/sio1036/superio.c b/src/superio/smsc/sio1036/superio.c index 7fac79c4b5..d2bfd8ddd3 100644 --- a/src/superio/smsc/sio1036/superio.c +++ b/src/superio/smsc/sio1036/superio.c @@ -73,4 +73,3 @@ static void sio1036_init(device_t dev) break; } } - |