--- zzzz-none-000/linux-4.1.52/drivers/usb/core/hub.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/drivers/usb/core/hub.h 2022-03-02 11:37:13.000000000 +0000 @@ -61,7 +61,8 @@ struct usb_tt tt; /* Transaction Translator */ unsigned mA_per_port; /* current for each child */ -#ifdef CONFIG_PM +#if defined (CONFIG_PM) || defined (CONFIG_AVM_USB_SUSPEND) +//#ifdef CONFIG_PM unsigned wakeup_enabled_descendants; #endif