]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/chips/tsl2563.c
I2C: Get rid of warnings
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / tsl2563.c
index b39b65caf09074857e20da174589abaccc889267..bc5810609c3be1767c5af6d08bfdb45f16b6989e 100644 (file)
@@ -717,7 +717,7 @@ static struct i2c_driver tsl2563_i2c_driver = {
        .suspend        = tsl2563_suspend,
        .resume         = tsl2563_resume,
        .probe          = tsl2563_probe,
-       .remove         = __exit_p(tsl2563_remove),
+       .remove         = __devexit_p(tsl2563_remove),
 };
 
 static int __init tsl2563_init(void)