aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_pxa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_pxa.c')
-rw-r--r--drivers/ata/pata_pxa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_pxa.c b/drivers/ata/pata_pxa.c
index 73259bfda1e3..c36b3e6531d8 100644
--- a/drivers/ata/pata_pxa.c
+++ b/drivers/ata/pata_pxa.c
@@ -385,7 +385,6 @@ static struct platform_driver pxa_ata_driver = {
385 .remove = pxa_ata_remove, 385 .remove = pxa_ata_remove,
386 .driver = { 386 .driver = {
387 .name = DRV_NAME, 387 .name = DRV_NAME,
388 .owner = THIS_MODULE,
389 }, 388 },
390}; 389};
391 390