we're not using those fields of the structure,
might as well remove them.

Signed-off-by: Felipe Balbi <ba...@ti.com>
---
 drivers/usb/dwc3/dwc3-omap.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c
index 4354dc5..3214236 100644
--- a/drivers/usb/dwc3/dwc3-omap.c
+++ b/drivers/usb/dwc3/dwc3-omap.c
@@ -141,9 +141,6 @@ struct dwc3_omap {
        int                     irq;
        void __iomem            *base;
 
-       void                    *context;
-       u32                     resource_size;
-
        u32                     dma_status:1;
 };
 
@@ -308,7 +305,6 @@ static int dwc3_omap_probe(struct platform_device *pdev)
        u32                     reg;
 
        void __iomem            *base;
-       void                    *context;
 
        omap = devm_kzalloc(dev, sizeof(*omap), GFP_KERNEL);
        if (!omap) {
@@ -348,20 +344,12 @@ static int dwc3_omap_probe(struct platform_device *pdev)
                return -ENOMEM;
        }
 
-       context = devm_kzalloc(dev, resource_size(res), GFP_KERNEL);
-       if (!context) {
-               dev_err(dev, "couldn't allocate dwc3 context memory\n");
-               goto err2;
-       }
-
        spin_lock_init(&omap->lock);
        dma_set_coherent_mask(&dwc3->dev, dev->coherent_dma_mask);
 
        dwc3->dev.parent = dev;
        dwc3->dev.dma_mask = dev->dma_mask;
        dwc3->dev.dma_parms = dev->dma_parms;
-       omap->resource_size = resource_size(res);
-       omap->context   = context;
        omap->dev       = dev;
        omap->irq       = irq;
        omap->base      = base;
-- 
1.8.1.rc1.5.g7e0651a

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to