summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/mv88e6xxx/chip.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-01-06 17:13:51 +0100
committerDavid S. Miller <davem@davemloft.net>2020-01-06 18:30:14 -0800
commit06acd1148bb35a0c4144fec0a97685974dc89e61 (patch)
treec46a53dba87c83baf69cddffda644b4370be2e27 /drivers/net/dsa/mv88e6xxx/chip.h
parent8b4db28914b5b49e296884739d9710aedb2c368e (diff)
net: dsa: mv88e6xxx: Unique g2 IRQ name
Dynamically generate a unique g2 interrupt name, based on the device name. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/chip.h')
-rw-r--r--drivers/net/dsa/mv88e6xxx/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.h b/drivers/net/dsa/mv88e6xxx/chip.h
index 3558c677e1d3..47fd909fccc2 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.h
+++ b/drivers/net/dsa/mv88e6xxx/chip.h
@@ -295,6 +295,7 @@ struct mv88e6xxx_chip {
int irq;
char irq_name[32];
int device_irq;
+ char device_irq_name[32];
int watchdog_irq;
char watchdog_irq_name[32];