usb: fixup missing size field for non transceiver build
authorAlan Cox <alan@linux.intel.com>
Thu, 25 Aug 2011 11:20:32 +0000 (12:20 +0100)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:38:15 +0000 (12:38 -0800)
Change-Id: I62a1f2ba9c8d1934f44d24c4a65c8d4e496aa91b
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com>
drivers/usb/gadget/langwell_udc.c

index 7423dae..1a324a3 100644 (file)
@@ -3081,6 +3081,7 @@ static int langwell_udc_probe(struct pci_dev *pdev,
        struct langwell_udc     *dev;
 #ifndef        OTG_TRANSCEIVER
        unsigned long           resource, len;
+       int                     size;
 #endif
        void                    __iomem *base = NULL;
        int                     retval;