From 1fc7416545bde75d9cc401638f28ebfb751b663e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 23 Feb 2013 21:11:15 +0100 Subject: Technologic TS5300: mainboard.c: Move { to next line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is coreboot’s coding style. Change-Id: I7441f2c1927a49a3b7171112b7798dae6b56cfb5 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/2492 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) Reviewed-by: Bernhard Urban Reviewed-by: Stefan Reinauer --- src/mainboard/technologic/ts5300/mainboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/technologic/ts5300/mainboard.c b/src/mainboard/technologic/ts5300/mainboard.c index 7dcac68f9b..1b7d023eaf 100644 --- a/src/mainboard/technologic/ts5300/mainboard.c +++ b/src/mainboard/technologic/ts5300/mainboard.c @@ -35,7 +35,8 @@ static void irqdump(void) /* TODO: finish up mmcr struct in sc520.h, and; - set ADDDECTL (now done in raminit.c in cpu/amd/sc520 */ -static void enable_dev(struct device *dev) { +static void enable_dev(struct device *dev) +{ volatile struct mmcr *mmcr = MMCRDEFAULT; /* currently, nothing in the device to use, so ignore it. */ -- cgit v1.2.3