diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa3xx-ulpi.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx-ulpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx-ulpi.c b/arch/arm/mach-pxa/pxa3xx-ulpi.c index 614003e8b081..1c85275cb768 100644 --- a/arch/arm/mach-pxa/pxa3xx-ulpi.c +++ b/arch/arm/mach-pxa/pxa3xx-ulpi.c | |||
@@ -379,7 +379,6 @@ static int pxa3xx_u2d_remove(struct platform_device *pdev) | |||
379 | static struct platform_driver pxa3xx_u2d_ulpi_driver = { | 379 | static struct platform_driver pxa3xx_u2d_ulpi_driver = { |
380 | .driver = { | 380 | .driver = { |
381 | .name = "pxa3xx-u2d", | 381 | .name = "pxa3xx-u2d", |
382 | .owner = THIS_MODULE, | ||
383 | }, | 382 | }, |
384 | .probe = pxa3xx_u2d_probe, | 383 | .probe = pxa3xx_u2d_probe, |
385 | .remove = pxa3xx_u2d_remove, | 384 | .remove = pxa3xx_u2d_remove, |