]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/keyboard/lm8323.c
I2C: Get rid of warnings
[linux-2.6-omap-h63xx.git] / drivers / input / keyboard / lm8323.c
index d345a3addd71b38fcc13f13157cc9813e25efef0..e793ae7fc804c2544c7922893ee7205e981b52f9 100644 (file)
@@ -894,7 +894,7 @@ static struct i2c_driver lm8323_i2c_driver = {
                .name    = DRIVER_NAME,
        },
        .probe          = lm8323_probe,
-       .remove         = __exit_p(lm8323_remove),
+       .remove         = __devexit_p(lm8323_remove),
        .suspend        = lm8323_suspend,
        .resume         = lm8323_resume,
        .id_table       = lm8323_id,