]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/input/keyboard/lm8333.c
Input: remove use of __devinit
[mirror_ubuntu-jammy-kernel.git] / drivers / input / keyboard / lm8333.c
index 081fd9effa8c286c68dc89e700e9fcc01663889f..9fc03727d61d3ecce916d8df44e8f8049ba16f4d 100644 (file)
@@ -128,7 +128,7 @@ static irqreturn_t lm8333_irq_thread(int irq, void *data)
        return IRQ_HANDLED;
 }
 
-static int __devinit lm8333_probe(struct i2c_client *client,
+static int lm8333_probe(struct i2c_client *client,
                                  const struct i2c_device_id *id)
 {
        const struct lm8333_platform_data *pdata = client->dev.platform_data;
@@ -225,7 +225,7 @@ static struct i2c_driver lm8333_driver = {
                .owner          = THIS_MODULE,
        },
        .probe          = lm8333_probe,
-       .remove         = __devexit_p(lm8333_remove),
+       .remove         = lm8333_remove,
        .id_table       = lm8333_id,
 };
 module_i2c_driver(lm8333_driver);