File tree Expand file tree Collapse file tree 4 files changed +0
-32
lines changed Expand file tree Collapse file tree 4 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -1055,16 +1055,6 @@ int cvmx_helper_initialize_packet_io_global(void)
1055
1055
}
1056
1056
EXPORT_SYMBOL_GPL (cvmx_helper_initialize_packet_io_global );
1057
1057
1058
- /**
1059
- * Does core local initialization for packet io
1060
- *
1061
- * Returns Zero on success, non-zero on failure
1062
- */
1063
- int cvmx_helper_initialize_packet_io_local (void )
1064
- {
1065
- return cvmx_pko_initialize_local ();
1066
- }
1067
-
1068
1058
/**
1069
1059
* Return the link state of an IPD/PKO port as returned by
1070
1060
* auto negotiation. The result of this function may not match
Original file line number Diff line number Diff line change @@ -229,20 +229,6 @@ void cvmx_pko_initialize_global(void)
229
229
}
230
230
}
231
231
232
- /*
233
- * This function does per-core initialization required by the PKO routines.
234
- * This must be called on all cores that will do packet output, and must
235
- * be called after the FPA has been initialized and filled with pages.
236
- *
237
- * Returns 0 on success
238
- * !0 on failure
239
- */
240
- int cvmx_pko_initialize_local (void )
241
- {
242
- /* Nothing to do */
243
- return 0 ;
244
- }
245
-
246
232
/*
247
233
* Enables the packet output hardware. It must already be
248
234
* configured.
Original file line number Diff line number Diff line change @@ -93,13 +93,6 @@ extern int cvmx_helper_ipd_and_packet_input_enable(void);
93
93
*/
94
94
extern int cvmx_helper_initialize_packet_io_global (void );
95
95
96
- /**
97
- * Does core local initialization for packet io
98
- *
99
- * Returns Zero on success, non-zero on failure
100
- */
101
- extern int cvmx_helper_initialize_packet_io_local (void );
102
-
103
96
/**
104
97
* Returns the number of ports on the given interface.
105
98
* The interface must be initialized before the port count
Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ typedef struct {
277
277
* output system.
278
278
*/
279
279
extern void cvmx_pko_initialize_global (void );
280
- extern int cvmx_pko_initialize_local (void );
281
280
282
281
/**
283
282
* Enables the packet output hardware. It must already be
You can’t perform that action at this time.
0 commit comments