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
This commit is contained in:
parent
0a20c41622
commit
8ce164dda3
|
@ -55,7 +55,7 @@ static struct ioapicreg {
|
||||||
/* IO-APIC virtual wire mode configuration. */
|
/* IO-APIC virtual wire mode configuration. */
|
||||||
/* mask, trigger, polarity, destination, delivery, vector */
|
/* mask, trigger, polarity, destination, delivery, vector */
|
||||||
{0, ENABLED | TRIGGER_EDGE | POLARITY_HIGH | PHYSICAL_DEST |
|
{0, ENABLED | TRIGGER_EDGE | POLARITY_HIGH | PHYSICAL_DEST |
|
||||||
ExtINT, NONE}, {
|
ExtINT, NONE},
|
||||||
{1, DISABLED, NONE},
|
{1, DISABLED, NONE},
|
||||||
{2, DISABLED, NONE},
|
{2, DISABLED, NONE},
|
||||||
{3, DISABLED, NONE},
|
{3, DISABLED, NONE},
|
||||||
|
|
Loading…
Reference in New Issue