]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/misc/bh1780gli.c
powerpc: Put the gpr save/restore functions in their own section
[karo-tx-linux.git] / drivers / misc / bh1780gli.c
index 54f6f39f990a6a99a87b89eef923c79be18a87b8..f1f9877f3fdf5e9ea3ca41e41eeb8d98a9b96e47 100644 (file)
@@ -248,7 +248,7 @@ static const struct i2c_device_id bh1780_id[] = {
 
 static struct i2c_driver bh1780_driver = {
        .probe          = bh1780_probe,
-       .remove         = bh1780_remove,
+       .remove         = __devexit_p(bh1780_remove),
        .id_table       = bh1780_id,
        .driver = {
                .name = "bh1780",