diff options
author | Corey Osgood <corey.osgood@gmail.com> | 2008-10-12 20:35:58 +0000 |
---|---|---|
committer | Corey Osgood <corey.osgood@gmail.com> | 2008-10-12 20:35:58 +0000 |
commit | 8ce164dda386b920a95519df196613b0cf894acb (patch) | |
tree | b696e830c7939af539112688d4185edf843d27f8 /src/southbridge/via | |
parent | 0a20c416226d34ef25881e4d143cf1b8bf531656 (diff) |
Remove an extra bracket left by the vt8237r cleanup patch (trivial)
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
Diffstat (limited to 'src/southbridge/via')
-rw-r--r-- | src/southbridge/via/vt8237r/vt8237r_lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |