]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/input/touchscreen/htcpen.c
Input: remove use of __devinit
[mirror_ubuntu-jammy-kernel.git] / drivers / input / touchscreen / htcpen.c
index 5cc3240139ec9655d63f87a6934f3fe45892d438..32a451c89d5359a91e15135b7ffcf5c0a88d917c 100644 (file)
@@ -102,7 +102,7 @@ static void htcpen_close(struct input_dev *dev)
        synchronize_irq(HTCPEN_IRQ);
 }
 
-static int __devinit htcpen_isa_probe(struct device *dev, unsigned int id)
+static int htcpen_isa_probe(struct device *dev, unsigned int id)
 {
        struct input_dev *htcpen_dev;
        int err = -EBUSY;