[coreboot-gerrit] Patch set updated for coreboot: 418b25b mainboard/tyan/s2882/irq_tables.c: Silence unused var warn

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Jan 13 03:22:00 CET 2015


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8202

-gerrit

commit 418b25bce7f8b0f6ba9d123444173775324d84b0
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jan 13 05:47:41 2015 +1100

    mainboard/tyan/s2882/irq_tables.c: Silence unused var warn
    
    Change-Id: I2671e0843a60e5bd857b233a45ea68715461f187
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/tyan/s2882/irq_tables.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mainboard/tyan/s2882/irq_tables.c b/src/mainboard/tyan/s2882/irq_tables.c
index 218ddce..4f4d242 100644
--- a/src/mainboard/tyan/s2882/irq_tables.c
+++ b/src/mainboard/tyan/s2882/irq_tables.c
@@ -10,6 +10,8 @@
 #include <stdint.h>
 #include <arch/pirq_routing.h>
 
+// Unused in file
+#if 0
 static const struct irq_routing_table intel_irq_routing_table = {
         PIRQ_SIGNATURE, /* u32 signature */
         PIRQ_VERSION,   /* u16 version   */
@@ -41,6 +43,7 @@ re (including checksum) */
                 {0x3,(5<<3)|0, {{0x3, 0xdef8}, {0x4, 0xdef8}, {0x1, 0xdef8}, {0x2, 0xdef8}}, 0x7, 0},
         }
 };
+#endif
 
 static unsigned node_link_to_bus(unsigned node, unsigned link)
 {



More information about the coreboot-gerrit mailing list