summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2016-07-28 17:21:59 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 18:44:47 +0200
commitc663a1f033368dc78131dc615bd310b9820d55f1 (patch)
treeb2da5eb6fc1eaf1c5301bbc608e95320d9f6c975 /src
parent95fe8fb1e0ce2ccf2d079898c27c799e4b0db928 (diff)
downloadcoreboot-c663a1f033368dc78131dc615bd310b9820d55f1.tar.xz
gigabyte/ga_2761gxdk: Remove comment *endif*
After the indentation is fixed in commit *mainboard: Format irq_tables.c* [1], the comment is redundant. So remove it. [1] Change-Id: If254723f3013377fb3b9b08dd5eca6b76730ec4a Change-Id: Iebbcf10ee3cef1b4cf60ea34a6b3ad51e2208671 Reviewed-on: https://review.coreboot.org/15933 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c b/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c
index abaaca21f5..d1168a751e 100644
--- a/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c
@@ -134,7 +134,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
for (i = 0; i < 8; i++)
pci_write_config8(dev, reg[i], irq[i]);
- } // endif
+ }
printk(BIOS_DEBUG, "Setting Onboard SiS Southbridge\n");