Re: [PATCH net 2/3] cpsw/netcp: davinci_cpdma: sanitize inter-module API

2016-12-16 Thread Ivan Khoronzhuk
On Fri, Dec 16, 2016 at 10:19:58AM +0100, Arnd Bergmann wrote: > The davinci_cpdma module is a helper library that is used by the > actual device drivers and does nothing by itself, so all its API > functions need to be exported. > > Four new functions were added recently without an export, so now

[PATCH net 2/3] cpsw/netcp: davinci_cpdma: sanitize inter-module API

2016-12-16 Thread Arnd Bergmann
The davinci_cpdma module is a helper library that is used by the actual device drivers and does nothing by itself, so all its API functions need to be exported. Four new functions were added recently without an export, so now we get a build error: ERROR: "cpdma_chan_set_weight" [drivers/net/ether