kernel: bump 6.1 to 6.1.80
[openwrt/staging/xback.git] / target / linux / d1 / patches-6.1 / 0013-irqchip-sifive-plic-Support-wake-IRQs.patch
index e9033b7d6600c9014e403617333c1a5671fab876..209d97597c642e50d4874484a33dabdc61ea16b2 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Samuel Holland <samuel@sholland.org>
 
 --- a/drivers/irqchip/irq-sifive-plic.c
 +++ b/drivers/irqchip/irq-sifive-plic.c
-@@ -187,7 +187,8 @@ static struct irq_chip plic_edge_chip =
+@@ -193,7 +193,8 @@ static struct irq_chip plic_edge_chip =
        .irq_set_affinity = plic_set_affinity,
  #endif
        .irq_set_type   = plic_irq_set_type,
@@ -20,7 +20,7 @@ Signed-off-by: Samuel Holland <samuel@sholland.org>
  };
  
  static struct irq_chip plic_chip = {
-@@ -201,7 +202,8 @@ static struct irq_chip plic_chip = {
+@@ -207,7 +208,8 @@ static struct irq_chip plic_chip = {
        .irq_set_affinity = plic_set_affinity,
  #endif
        .irq_set_type   = plic_irq_set_type,