diff options
Diffstat (limited to 'drivers/usb/fotg210/fotg210.h')
-rw-r--r-- | drivers/usb/fotg210/fotg210.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/fotg210/fotg210.h b/drivers/usb/fotg210/fotg210.h index 50436cc16538..4d0d4ae1a957 100644 --- a/drivers/usb/fotg210/fotg210.h +++ b/drivers/usb/fotg210/fotg210.h @@ -12,6 +12,7 @@ struct fotg210 { struct device *dev; struct resource *res; void __iomem *base; + struct clk *pclk; struct regmap *map; enum gemini_port port; }; |