usb: core: devices: remove dead code under #ifdef PROC_EXTRA
authorSergey Shtylyov <s.shtylyov@omp.ru>
Mon, 18 Apr 2022 20:33:55 +0000 (23:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Apr 2022 17:20:42 +0000 (19:20 +0200)
commit4f8cfe675f4666117c93420783049eff04c3ceba
treea820d39300aa04293045a5644caf363ac4984afa
parent424bef51fa530389b0b9008c9e144e40c10e8458
usb: core: devices: remove dead code under #ifdef PROC_EXTRA

usb_dump_hub_descriptor() and usb_dump_string() are defined under #ifdef
PROC_EXTRA (while PROC_EXTRA doesn't seem to have ever been #define'd)
since the dawn of the git era -- remove this dead code at last...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/ec08915b-faf2-2f0b-dfb1-048dfa2c67f3@omp.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/devices.c