usb: gadget: storage: Remove unused function pointer typedef fsg_routine_t
authorChen Lin <chen.lin5@zte.com.cn>
Mon, 15 Feb 2021 10:15:30 +0000 (18:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:37:15 +0000 (09:37 +0100)
commit70be046404efd82ab75595a4fb73cb751e2e1372
treebf2c064e85ccebb5617e55f2e7d15cc453b33a5d
parente21a2e0a0f6021cfc9239ec94e883bd119c330ef
usb: gadget: storage: Remove unused function pointer typedef fsg_routine_t

Remove the 'fsg_routine_t' typedef as it is not used.

Signed-off-by: Chen Lin <chen.lin5@zte.com.cn>
Link: https://lore.kernel.org/r/1613384130-3028-1-git-send-email-chen45464546@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/f_mass_storage.c