]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/leds/leds-pca963x.c
leds:lp55xx: use the private data instead of updating I2C device platform data
[mirror_ubuntu-artful-kernel.git] / drivers / leds / leds-pca963x.c
index bee3e1ab27fd92fd7b71ab0a34812cd80ac5c8d0..3f63a1bfdc4f1a65d6113061f8aec0317b8e9b75 100644 (file)
@@ -458,7 +458,6 @@ static int pca963x_remove(struct i2c_client *client)
 static struct i2c_driver pca963x_driver = {
        .driver = {
                .name   = "leds-pca963x",
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(of_pca963x_match),
        },
        .probe  = pca963x_probe,