Re: [PATCH net-next 15/18] net: dsa: mv88e6xxx: make VTU helpers static

2017-04-27 Thread Andrew Lunn
On Wed, Apr 26, 2017 at 11:53:33AM -0400, Vivien Didelot wrote: > Now that we have chip operations for VTU accesses, mark all helpers from > global1_vtu.c as static. Only the various implementations of the > GetNext, LoadPurge and Flush operations need to be exposed. > > Signed-off-by: Vivien

Re: [PATCH net-next 15/18] net: dsa: mv88e6xxx: make VTU helpers static

2017-04-27 Thread Andrew Lunn
On Wed, Apr 26, 2017 at 11:53:33AM -0400, Vivien Didelot wrote: > Now that we have chip operations for VTU accesses, mark all helpers from > global1_vtu.c as static. Only the various implementations of the > GetNext, LoadPurge and Flush operations need to be exposed. > > Signed-off-by: Vivien

[PATCH net-next 15/18] net: dsa: mv88e6xxx: make VTU helpers static

2017-04-26 Thread Vivien Didelot
Now that we have chip operations for VTU accesses, mark all helpers from global1_vtu.c as static. Only the various implementations of the GetNext, LoadPurge and Flush operations need to be exposed. Signed-off-by: Vivien Didelot ---

[PATCH net-next 15/18] net: dsa: mv88e6xxx: make VTU helpers static

2017-04-26 Thread Vivien Didelot
Now that we have chip operations for VTU accesses, mark all helpers from global1_vtu.c as static. Only the various implementations of the GetNext, LoadPurge and Flush operations need to be exposed. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx/global1.h | 24 -