Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: omap-usb-tll: Include omap-usb.h

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 declared. Should it be static?
drivers/mfd/omap-usb-tll.c:442:5: warning: symbol 'omap_tll_disable' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Ben Dooks and committed by
Lee Jones
17ed4d22 179dc63d

+2
+2
drivers/mfd/omap-usb-tll.c
··· 30 30 #include <linux/platform_data/usb-omap.h> 31 31 #include <linux/of.h> 32 32 33 + #include "omap-usb.h" 34 + 33 35 #define USBTLL_DRIVER_NAME "usbhs_tll" 34 36 35 37 /* TLL Register Set */