Loading drivers/ata/ahci_da850.c +0 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,6 @@ static struct platform_driver ahci_da850_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci_da850", .owner = THIS_MODULE, .pm = &ahci_da850_pm_ops, }, }; Loading drivers/ata/ahci_imx.c +0 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,6 @@ static struct platform_driver imx_ahci_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci-imx", .owner = THIS_MODULE, .of_match_table = imx_ahci_of_match, .pm = &ahci_imx_pm_ops, }, Loading drivers/ata/ahci_mvebu.c +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ static struct platform_driver ahci_mvebu_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci-mvebu", .owner = THIS_MODULE, .of_match_table = ahci_mvebu_of_match, }, }; Loading drivers/ata/ahci_platform.c +0 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,6 @@ static struct platform_driver ahci_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci", .owner = THIS_MODULE, .of_match_table = ahci_of_match, .pm = &ahci_pm_ops, }, Loading drivers/ata/ahci_st.c +0 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,6 @@ MODULE_DEVICE_TABLE(of, st_ahci_match); static struct platform_driver st_ahci_driver = { .driver = { .name = "st_ahci", .owner = THIS_MODULE, .pm = &st_ahci_pm_ops, .of_match_table = of_match_ptr(st_ahci_match), }, Loading Loading
drivers/ata/ahci_da850.c +0 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,6 @@ static struct platform_driver ahci_da850_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci_da850", .owner = THIS_MODULE, .pm = &ahci_da850_pm_ops, }, }; Loading
drivers/ata/ahci_imx.c +0 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,6 @@ static struct platform_driver imx_ahci_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci-imx", .owner = THIS_MODULE, .of_match_table = imx_ahci_of_match, .pm = &ahci_imx_pm_ops, }, Loading
drivers/ata/ahci_mvebu.c +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ static struct platform_driver ahci_mvebu_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci-mvebu", .owner = THIS_MODULE, .of_match_table = ahci_mvebu_of_match, }, }; Loading
drivers/ata/ahci_platform.c +0 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,6 @@ static struct platform_driver ahci_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci", .owner = THIS_MODULE, .of_match_table = ahci_of_match, .pm = &ahci_pm_ops, }, Loading
drivers/ata/ahci_st.c +0 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,6 @@ MODULE_DEVICE_TABLE(of, st_ahci_match); static struct platform_driver st_ahci_driver = { .driver = { .name = "st_ahci", .owner = THIS_MODULE, .pm = &st_ahci_pm_ops, .of_match_table = of_match_ptr(st_ahci_match), }, Loading