]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/input/touchscreen/wm831x-ts.c
Input: remove use of __devinit
[mirror_ubuntu-jammy-kernel.git] / drivers / input / touchscreen / wm831x-ts.c
index 17f14b69438a41af469da1ae3d730453f523352b..28d81256ec6930b468f269a81fcdec4474154f60 100644 (file)
@@ -233,7 +233,7 @@ static void wm831x_ts_input_close(struct input_dev *idev)
        }
 }
 
-static __devinit int wm831x_ts_probe(struct platform_device *pdev)
+static int wm831x_ts_probe(struct platform_device *pdev)
 {
        struct wm831x_ts *wm831x_ts;
        struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);