Loading drivers/s390/char/monwriter.c +0 −1 Original line number Diff line number Diff line Loading @@ -334,7 +334,6 @@ static const struct dev_pm_ops monwriter_pm_ops = { static struct platform_driver monwriter_pdrv = { .driver = { .name = "monwriter", .owner = THIS_MODULE, .pm = &monwriter_pm_ops, }, }; Loading drivers/s390/char/sclp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1167,7 +1167,6 @@ static const struct attribute_group *sclp_drv_attr_groups[] = { static struct platform_driver sclp_pdrv = { .driver = { .name = "sclp", .owner = THIS_MODULE, .pm = &sclp_pm_ops, .groups = sclp_drv_attr_groups, }, Loading Loading
drivers/s390/char/monwriter.c +0 −1 Original line number Diff line number Diff line Loading @@ -334,7 +334,6 @@ static const struct dev_pm_ops monwriter_pm_ops = { static struct platform_driver monwriter_pdrv = { .driver = { .name = "monwriter", .owner = THIS_MODULE, .pm = &monwriter_pm_ops, }, }; Loading
drivers/s390/char/sclp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1167,7 +1167,6 @@ static const struct attribute_group *sclp_drv_attr_groups[] = { static struct platform_driver sclp_pdrv = { .driver = { .name = "sclp", .owner = THIS_MODULE, .pm = &sclp_pm_ops, .groups = sclp_drv_attr_groups, }, Loading