diff options
Diffstat (limited to 'src/mainboard/wyse')
-rw-r--r-- | src/mainboard/wyse/s50/irq_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/wyse/s50/irq_tables.c b/src/mainboard/wyse/s50/irq_tables.c index 13ea8ee98d..32837454ad 100644 --- a/src/mainboard/wyse/s50/irq_tables.c +++ b/src/mainboard/wyse/s50/irq_tables.c @@ -48,7 +48,7 @@ static const struct irq_routing_table intel_irq_routing_table = { 0xdc, /* Checksum (has to be set to some value that * would give 0 after the sum of all bytes * for this structure (including checksum). - */ + */ { /* bus, dev | fn, {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap}, slot, rfu */ {0x00, (0x0f << 3) | 0x0, {{0x01, 0x0800}, {0x02, 0x0020}, {0x03, 0x0400}, {0x04, 0x0400}}, 0x5, 0x0}, |