hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/linux/platform_data/mv88e6xxx.h
....@@ -2,7 +2,7 @@
22 #ifndef __DSA_MV88E6XXX_H
33 #define __DSA_MV88E6XXX_H
44
5
-#include <net/dsa.h>
5
+#include <linux/platform_data/dsa.h>
66
77 struct dsa_mv88e6xxx_pdata {
88 /* Must be first, such that dsa_register_switch() can access this
....@@ -13,6 +13,7 @@
1313 unsigned int enabled_ports;
1414 struct net_device *netdev;
1515 u32 eeprom_len;
16
+ int irq;
1617 };
1718
1819 #endif