diff options
author | Anton Vorontsov <anton.vorontsov@linaro.org> | 2012-03-14 04:22:17 +0400 |
---|---|---|
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | 2012-03-26 20:41:07 +0400 |
commit | efd71c89a411d72f1e20d91e34f0779e0e0019b4 (patch) | |
tree | d08680f45a91b87bea4ed871a814ab0b0f56d817 /include/linux/mfd | |
parent | 1f855824757efab36e08f8fc640f4d9fd1d3d1ab (diff) | |
download | linux-efd71c89a411d72f1e20d91e34f0779e0e0019b4.tar.xz |
ab8500_charger: Convert to the new USB OTG calls
This patch fixes the following build errors:
ab8500_charger.c: In function 'ab8500_charger_remove':
ab8500_charger.c:2519:2: error: implicit declaration of function 'otg_unregister_notifier' [-Werror=implicit-function-declaration]
ab8500_charger.c:2520:2: error: implicit declaration of function 'otg_put_transceiver' [-Werror=implicit-function-declaration]
ab8500_charger.c: In function 'ab8500_charger_probe':
ab8500_charger.c:2688:2: error: implicit declaration of function 'otg_get_transceiver' [-Werror=implicit-function-declaration]
ab8500_charger.c:2688:10: warning: assignment makes pointer from integer without a cast [enabled by default]
ab8500_charger.c:2695:2: error: implicit declaration of function 'otg_register_notifier' [-Werror=implicit-function-declaration]
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'include/linux/mfd')
0 files changed, 0 insertions, 0 deletions