From 8ce164dda386b920a95519df196613b0cf894acb Mon Sep 17 00:00:00 2001 From: Corey Osgood Date: Sun, 12 Oct 2008 20:35:58 +0000 Subject: Remove an extra bracket left by the vt8237r cleanup patch (trivial) Signed-off-by: Corey Osgood Acked-by: Corey Osgood git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3652 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8237r/vt8237r_lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/via/vt8237r/vt8237r_lpc.c') diff --git a/src/southbridge/via/vt8237r/vt8237r_lpc.c b/src/southbridge/via/vt8237r/vt8237r_lpc.c index e67e5cbb41..10d8c35c19 100644 --- a/src/southbridge/via/vt8237r/vt8237r_lpc.c +++ b/src/southbridge/via/vt8237r/vt8237r_lpc.c @@ -55,7 +55,7 @@ static struct ioapicreg { /* IO-APIC virtual wire mode configuration. */ /* mask, trigger, polarity, destination, delivery, vector */ {0, ENABLED | TRIGGER_EDGE | POLARITY_HIGH | PHYSICAL_DEST | - ExtINT, NONE}, { + ExtINT, NONE}, {1, DISABLED, NONE}, {2, DISABLED, NONE}, {3, DISABLED, NONE}, -- cgit v1.2.3