forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/staging/octeon/ethernet-spi.c
....@@ -10,17 +10,9 @@
1010 #include <linux/interrupt.h>
1111 #include <net/dst.h>
1212
13
-#include <asm/octeon/octeon.h>
14
-
15
-#include "ethernet-defines.h"
1613 #include "octeon-ethernet.h"
14
+#include "ethernet-defines.h"
1715 #include "ethernet-util.h"
18
-
19
-#include <asm/octeon/cvmx-spi.h>
20
-
21
-#include <asm/octeon/cvmx-npi-defs.h>
22
-#include <asm/octeon/cvmx-spxx-defs.h>
23
-#include <asm/octeon/cvmx-stxx-defs.h>
2416
2517 static int number_spi_ports;
2618 static int need_retrain[2] = { 0, 0 };