diff options
Diffstat (limited to 'arch/mips/jz4740')
-rw-r--r-- | arch/mips/jz4740/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/jz4740/platform.c b/arch/mips/jz4740/platform.c index a447101cf9f1..0b12f273cb2e 100644 --- a/arch/mips/jz4740/platform.c +++ b/arch/mips/jz4740/platform.c | |||
@@ -59,7 +59,7 @@ struct platform_device jz4740_usb_ohci_device = { | |||
59 | 59 | ||
60 | /* USB Device Controller */ | 60 | /* USB Device Controller */ |
61 | struct platform_device jz4740_udc_xceiv_device = { | 61 | struct platform_device jz4740_udc_xceiv_device = { |
62 | .name = "usb_phy_gen_xceiv", | 62 | .name = "usb_phy_generic", |
63 | .id = 0, | 63 | .id = 0, |
64 | }; | 64 | }; |
65 | 65 | ||