--- zzzz-none-000/linux-2.6.39.4/drivers/usb/host/xhci.h 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/drivers/usb/host/xhci.h 2021-11-10 13:38:17.000000000 +0000 @@ -32,6 +32,9 @@ #include "xhci-ext-caps.h" #include "pci-quirks.h" +/* Enable FW loading for RENESAS devices */ +#include "xhci-fwdload.h" + /* xHCI PCI Configuration Registers */ #define XHCI_SBRN_OFFSET (0x60) @@ -1298,6 +1301,7 @@ /* Array of pointers to USB 2.0 PORTSC registers */ u32 __iomem **usb2_ports; unsigned int num_usb2_ports; + struct firmware * firmware_pointer; }; /* convert between an HCD pointer and the corresponding EHCI_HCD */