ARM: 6928/1: SPEAr3xx: Make local shirq structures static
[pandora-kernel.git] / arch / arm / mach-spear3xx / spear300.c
index 2697e65..3d749da 100644 (file)
@@ -371,7 +371,7 @@ struct pmx_driver pmx_driver = {
 };
 
 /* spear3xx shared irq */
-struct shirq_dev_config shirq_ras1_config[] = {
+static struct shirq_dev_config shirq_ras1_config[] = {
        {
                .virq = VIRQ_IT_PERS_S,
                .enb_mask = IT_PERS_S_IRQ_MASK,
@@ -411,7 +411,7 @@ struct shirq_dev_config shirq_ras1_config[] = {
        },
 };
 
-struct spear_shirq shirq_ras1 = {
+static struct spear_shirq shirq_ras1 = {
        .irq = IRQ_GEN_RAS_1,
        .dev_config = shirq_ras1_config,
        .dev_count = ARRAY_SIZE(shirq_ras1_config),