--- zzzz-none-000/linux-3.10.107/arch/powerpc/sysdev/qe_lib/ucc_slow.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/powerpc/sysdev/qe_lib/ucc_slow.c 2021-02-04 17:41:59.000000000 +0000 @@ -13,7 +13,6 @@ * option) any later version. */ #include -#include #include #include #include @@ -44,11 +43,6 @@ } EXPORT_SYMBOL(ucc_slow_get_qe_cr_subblock); -void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs) -{ - out_be16(&uccs->us_regs->utodr, UCC_SLOW_TOD); -} - void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) { struct ucc_slow_info *us_info = uccs->us_info;