Input: remove use of __devexit
[linux-2.6-block.git] / drivers / input / misc / pwm-beeper.c
index 48b505bddb1ce74dd54e938a0139a19d7157dcb2..0808868461de0d4bfc1fc67ac5b4d5e377d23ce3 100644 (file)
@@ -129,7 +129,7 @@ err_free:
        return error;
 }
 
-static int __devexit pwm_beeper_remove(struct platform_device *pdev)
+static int pwm_beeper_remove(struct platform_device *pdev)
 {
        struct pwm_beeper *beeper = platform_get_drvdata(pdev);