forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/staging/octeon/ethernet-sgmii.c
....@@ -11,16 +11,10 @@
1111 #include <linux/ratelimit.h>
1212 #include <net/dst.h>
1313
14
-#include <asm/octeon/octeon.h>
15
-
16
-#include "ethernet-defines.h"
1714 #include "octeon-ethernet.h"
15
+#include "ethernet-defines.h"
1816 #include "ethernet-util.h"
1917 #include "ethernet-mdio.h"
20
-
21
-#include <asm/octeon/cvmx-helper.h>
22
-
23
-#include <asm/octeon/cvmx-gmxx-defs.h>
2418
2519 int cvm_oct_sgmii_open(struct net_device *dev)
2620 {