kernel/include/linux/platform_data/mv88e6xxx.h
.. .. @@ -2,7 +2,7 @@ 2 2 #ifndef __DSA_MV88E6XXX_H 3 3 #define __DSA_MV88E6XXX_H 4 4 5 -#include <net/dsa.h>5 +#include <linux/platform_data/dsa.h>6 6 7 7 struct dsa_mv88e6xxx_pdata { 8 8 /* Must be first, such that dsa_register_switch() can access this .. .. @@ -13,6 +13,7 @@ 13 13 unsigned int enabled_ports; 14 14 struct net_device *netdev; 15 15 u32 eeprom_len; 16 + int irq;16 17 }; 17 18 18 19 #endif