1 #include <linux/regmap.h> 2 #include <linux/device.h> 3 #include <net/dsa.h> 4 5 #include <linux/dsa/lan9303.h> 6 7 extern const struct regmap_access_table lan9303_register_set; 8 extern const struct lan9303_phy_ops lan9303_indirect_phy_ops; 9 10 int lan9303_probe(struct lan9303 *chip, struct device_node *np); 11 int lan9303_remove(struct lan9303 *chip); 12