diff options
Diffstat (limited to 'drivers/usb/gadget/r8a66597-udc.h')
-rw-r--r-- | drivers/usb/gadget/r8a66597-udc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/gadget/r8a66597-udc.h b/drivers/usb/gadget/r8a66597-udc.h index 99908c76ccd1..45c4b2df1785 100644 --- a/drivers/usb/gadget/r8a66597-udc.h +++ b/drivers/usb/gadget/r8a66597-udc.h | |||
@@ -13,10 +13,7 @@ | |||
13 | #ifndef __R8A66597_H__ | 13 | #ifndef __R8A66597_H__ |
14 | #define __R8A66597_H__ | 14 | #define __R8A66597_H__ |
15 | 15 | ||
16 | #ifdef CONFIG_HAVE_CLK | ||
17 | #include <linux/clk.h> | 16 | #include <linux/clk.h> |
18 | #endif | ||
19 | |||
20 | #include <linux/usb/r8a66597.h> | 17 | #include <linux/usb/r8a66597.h> |
21 | 18 | ||
22 | #define R8A66597_MAX_SAMPLING 10 | 19 | #define R8A66597_MAX_SAMPLING 10 |
@@ -92,9 +89,7 @@ struct r8a66597 { | |||
92 | void __iomem *reg; | 89 | void __iomem *reg; |
93 | void __iomem *sudmac_reg; | 90 | void __iomem *sudmac_reg; |
94 | 91 | ||
95 | #ifdef CONFIG_HAVE_CLK | ||
96 | struct clk *clk; | 92 | struct clk *clk; |
97 | #endif | ||
98 | struct r8a66597_platdata *pdata; | 93 | struct r8a66597_platdata *pdata; |
99 | 94 | ||
100 | struct usb_gadget gadget; | 95 | struct usb_gadget gadget; |