diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:45:39 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:39:24 +0200 |
commit | f35353af55f6c954524c77c18d7282c260a8b8aa (patch) | |
tree | c7b36bf7937b28f6425a7ac58134de07049a4859 /src/superio | |
parent | c2bc6fdc5b07d09545aa6be5312b4c1b841b6e26 (diff) |
superio: Trivial - drop trailing blank lines at EOF
Change-Id: I8633d331d095fe9506a8f01969060ba9889c8eac
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6202
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/smsc/mec1308/mec1308.h | 1 | ||||
-rw-r--r-- | src/superio/smsc/mec1308/superio.c | 1 | ||||
-rw-r--r-- | src/superio/smsc/sch4037/sch4037_early_init.c | 1 | ||||
-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 | ||||
-rw-r--r-- | src/superio/smsc/sio10n268/sio10n268.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/superio/smsc/mec1308/mec1308.h b/src/superio/smsc/mec1308/mec1308.h index 0b0a0a1dc4..a24215383b 100644 --- a/src/superio/smsc/mec1308/mec1308.h +++ b/src/superio/smsc/mec1308/mec1308.h @@ -24,4 +24,3 @@ #define MEC1308_KBC 7 #define MEC1308_EC0 8 #define MEC1308_MBX 9 - diff --git a/src/superio/smsc/mec1308/superio.c b/src/superio/smsc/mec1308/superio.c index 9e293bded8..bc20ed547c 100644 --- a/src/superio/smsc/mec1308/superio.c +++ b/src/superio/smsc/mec1308/superio.c @@ -72,4 +72,3 @@ struct chip_operations superio_smsc_mec1308_ops = { CHIP_NAME("SMSC MEC1308 EC SuperIO Interface") .enable_dev = enable_dev }; - diff --git a/src/superio/smsc/sch4037/sch4037_early_init.c b/src/superio/smsc/sch4037/sch4037_early_init.c index dfacd24aca..29517ed662 100644 --- a/src/superio/smsc/sch4037/sch4037_early_init.c +++ b/src/superio/smsc/sch4037/sch4037_early_init.c @@ -66,4 +66,3 @@ static inline void sch4037_early_init(unsigned port) pnp_exit_conf_state(dev); } - 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; } } - diff --git a/src/superio/smsc/sio10n268/sio10n268.c b/src/superio/smsc/sio10n268/sio10n268.c index f69e3bf88c..fab7c41274 100644 --- a/src/superio/smsc/sio10n268/sio10n268.c +++ b/src/superio/smsc/sio10n268/sio10n268.c @@ -64,4 +64,3 @@ struct chip_operations superio_smsc_sio10n268_ops = { CHIP_NAME("SMSC SIO10N268 Super I/O") .enable_dev = enable_dev, }; - |