rtl83xx: refactor header file and soc_info struct
[openwrt/staging/blogic.git] / target / linux / rtl838x / files-5.4 / drivers / net / dsa / rtl83xx / common.c
index cee36683e512ebfeea834d558f67f003cf2eaf7c..6d99a8d53d1a5f0150e013b956a63c9a2a88f226 100644 (file)
@@ -3,10 +3,10 @@
 #include <linux/of_mdio.h>
 #include <linux/of_platform.h>
 
-#include <asm/mach-rtl838x/mach-rtl838x.h>
+#include <asm/mach-rtl838x/mach-rtl83xx.h>
 #include "rtl83xx.h"
 
-extern struct rtl838x_soc_info soc_info;
+extern struct rtl83xx_soc_info soc_info;
 
 extern const struct rtl838x_reg rtl838x_reg;
 extern const struct rtl838x_reg rtl839x_reg;