Remove an extra bracket left by the vt8237r cleanup patch (trivial)
authorCorey Osgood <corey.osgood@gmail.com>
Sun, 12 Oct 2008 20:35:58 +0000 (20:35 +0000)
committerCorey Osgood <corey.osgood@gmail.com>
Sun, 12 Oct 2008 20:35:58 +0000 (20:35 +0000)
Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Corey Osgood <corey.osgood@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3652 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/via/vt8237r/vt8237r_lpc.c

index e67e5cbb41f47594f753ea650b582aa7832c2300..10d8c35c191b0a8c9ca14762ecd160d8515b0277 100644 (file)
@@ -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},