From f35353af55f6c954524c77c18d7282c260a8b8aa Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 7 Jul 2014 23:45:39 +1000 Subject: superio: Trivial - drop trailing blank lines at EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8633d331d095fe9506a8f01969060ba9889c8eac Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6202 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/superio/smsc/mec1308/mec1308.h | 1 - src/superio/smsc/mec1308/superio.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/superio/smsc/mec1308') 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 }; - -- cgit v1.2.3