summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/mv88e6xxx/chip.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-01-06 17:13:50 +0100
committerDavid S. Miller <davem@davemloft.net>2020-01-06 18:30:14 -0800
commit8b4db28914b5b49e296884739d9710aedb2c368e (patch)
tree871b654479f9a1082b067202100b38a4821bba53 /drivers/net/dsa/mv88e6xxx/chip.h
parente6f2f6b824a3f9af4a719545f691c303d510b26e (diff)
net: dsa: mv88e6xxx: Unique watchdog IRQ name
Dynamically generate a unique watchdog 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 b7613ef600d2..3558c677e1d3 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.h
+++ b/drivers/net/dsa/mv88e6xxx/chip.h
@@ -296,6 +296,7 @@ struct mv88e6xxx_chip {
char irq_name[32];
int device_irq;
int watchdog_irq;
+ char watchdog_irq_name[32];
int atu_prob_irq;
int vtu_prob_irq;