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/smsc/sch4037 | |
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/smsc/sch4037')
-rw-r--r-- | src/superio/smsc/sch4037/sch4037_early_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } - |