diff options
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t3517.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c index 08f08e812492..30e9c6bb163c 100644 --- a/arch/arm/mach-omap2/board-cm-t3517.c +++ b/arch/arm/mach-omap2/board-cm-t3517.c | |||
@@ -177,7 +177,7 @@ static struct usbhs_omap_board_data cm_t3517_ehci_pdata __initdata = { | |||
177 | .reset_gpio_port[2] = -EINVAL, | 177 | .reset_gpio_port[2] = -EINVAL, |
178 | }; | 178 | }; |
179 | 179 | ||
180 | static int cm_t3517_init_usbh(void) | 180 | static int __init cm_t3517_init_usbh(void) |
181 | { | 181 | { |
182 | int err; | 182 | int err; |
183 | 183 | ||