|
@@ -1089,7 +1089,7 @@ static void ipu_irq_handler(struct irq_desc *desc)
|
|
|
{
|
|
|
struct ipu_soc *ipu = irq_desc_get_handler_data(desc);
|
|
|
struct irq_chip *chip = irq_desc_get_chip(desc);
|
|
|
- const int int_reg[] = { 0, 1, 2, 3, 10, 11, 12, 13, 14};
|
|
|
+ static const int int_reg[] = { 0, 1, 2, 3, 10, 11, 12, 13, 14};
|
|
|
|
|
|
chained_irq_enter(chip, desc);
|
|
|
|
|
@@ -1102,7 +1102,7 @@ static void ipu_err_irq_handler(struct irq_desc *desc)
|
|
|
{
|
|
|
struct ipu_soc *ipu = irq_desc_get_handler_data(desc);
|
|
|
struct irq_chip *chip = irq_desc_get_chip(desc);
|
|
|
- const int int_reg[] = { 4, 5, 8, 9};
|
|
|
+ static const int int_reg[] = { 4, 5, 8, 9};
|
|
|
|
|
|
chained_irq_enter(chip, desc);
|
|
|
|