]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/input/misc/mpu3050.c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-linux.git] / drivers / input / misc / mpu3050.c
index 5e5051351c3a87f71b2d1b047149810c43f280b4..f088db31cfc7c2f82ce937c0f015a9976ca1eb5e 100644 (file)
@@ -466,7 +466,6 @@ MODULE_DEVICE_TABLE(of, mpu3050_of_match);
 static struct i2c_driver mpu3050_i2c_driver = {
        .driver = {
                .name   = "mpu3050",
-               .owner  = THIS_MODULE,
                .pm     = &mpu3050_pm,
                .of_match_table = mpu3050_of_match,
        },