sata_dwc_460ex: fix resource leak on error path
[pandora-kernel.git] / drivers / regulator / ti-abb-regulator.c
index 1ef5aba..d2f9942 100644 (file)
@@ -892,7 +892,6 @@ static struct platform_driver ti_abb_driver = {
        .probe = ti_abb_probe,
        .driver = {
                   .name = "ti_abb",
-                  .owner = THIS_MODULE,
                   .of_match_table = of_match_ptr(ti_abb_of_match),
                   },
 };