diff options
Diffstat (limited to 'drivers/usb/chipidea/ci.h')
-rw-r--r-- | drivers/usb/chipidea/ci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/ci.h b/drivers/usb/chipidea/ci.h index 56cb73b1e903..0f226b0d4761 100644 --- a/drivers/usb/chipidea/ci.h +++ b/drivers/usb/chipidea/ci.h | |||
@@ -80,7 +80,6 @@ struct hw_bank { | |||
80 | /* CI13XXX UDC descriptor & global resources */ | 80 | /* CI13XXX UDC descriptor & global resources */ |
81 | struct ci13xxx { | 81 | struct ci13xxx { |
82 | spinlock_t lock; /* ctrl register bank access */ | 82 | spinlock_t lock; /* ctrl register bank access */ |
83 | void __iomem *regs; /* registers address space */ | ||
84 | 83 | ||
85 | struct dma_pool *qh_pool; /* DMA pool for queue heads */ | 84 | struct dma_pool *qh_pool; /* DMA pool for queue heads */ |
86 | struct dma_pool *td_pool; /* DMA pool for transfer descs */ | 85 | struct dma_pool *td_pool; /* DMA pool for transfer descs */ |