Loading drivers/char/sonypi.c +0 −1 Original line number Diff line number Diff line Loading @@ -1482,7 +1482,6 @@ static void sonypi_shutdown(struct platform_device *dev) static struct platform_driver sonypi_driver = { .driver = { .name = "sonypi", .owner = THIS_MODULE, .pm = SONYPI_PM, }, .probe = sonypi_probe, Loading drivers/char/tb0219.c +0 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,6 @@ static struct platform_driver tb0219_device_driver = { .remove = tb0219_remove, .driver = { .name = "TB0219", .owner = THIS_MODULE, }, }; Loading Loading
drivers/char/sonypi.c +0 −1 Original line number Diff line number Diff line Loading @@ -1482,7 +1482,6 @@ static void sonypi_shutdown(struct platform_device *dev) static struct platform_driver sonypi_driver = { .driver = { .name = "sonypi", .owner = THIS_MODULE, .pm = SONYPI_PM, }, .probe = sonypi_probe, Loading
drivers/char/tb0219.c +0 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,6 @@ static struct platform_driver tb0219_device_driver = { .remove = tb0219_remove, .driver = { .name = "TB0219", .owner = THIS_MODULE, }, }; Loading