Re: [PATCH] mfd: omap-usb-tll: fix include of omap-usb.h

2016-06-09 Thread Lee Jones
On Wed, 08 Jun 2016, Ben Dooks wrote: > Fix the warnings about the following functions not being > declared by including omap-usb.h which declares them: > > drivers/mfd/omap-usb-tll.c:333:5: warning: symbol 'omap_tll_init' was not > declared. Should it be static? > drivers/mfd/omap-usb-tll.c:408

[PATCH] mfd: omap-usb-tll: fix include of omap-usb.h

2016-06-08 Thread Ben Dooks
Fix the warnings about the following functions not being declared by including omap-usb.h which declares them: drivers/mfd/omap-usb-tll.c:333:5: warning: symbol 'omap_tll_init' was not declared. Should it be static? drivers/mfd/omap-usb-tll.c:408:5: warning: symbol 'omap_tll_enable' was not decl