diff options
Diffstat (limited to 'drivers/spi/spi-ep93xx.c')
-rw-r--r-- | drivers/spi/spi-ep93xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-ep93xx.c b/drivers/spi/spi-ep93xx.c index bf9728773247..bb00be8d1851 100644 --- a/drivers/spi/spi-ep93xx.c +++ b/drivers/spi/spi-ep93xx.c | |||
@@ -964,7 +964,6 @@ static int ep93xx_spi_remove(struct platform_device *pdev) | |||
964 | static struct platform_driver ep93xx_spi_driver = { | 964 | static struct platform_driver ep93xx_spi_driver = { |
965 | .driver = { | 965 | .driver = { |
966 | .name = "ep93xx-spi", | 966 | .name = "ep93xx-spi", |
967 | .owner = THIS_MODULE, | ||
968 | }, | 967 | }, |
969 | .probe = ep93xx_spi_probe, | 968 | .probe = ep93xx_spi_probe, |
970 | .remove = ep93xx_spi_remove, | 969 | .remove = ep93xx_spi_remove, |