hwmon: remove use of __devexit
[deliverable/linux.git] / drivers / hwmon / i5k_amb.c
index f3bc723c930c71c8bfdf17eb319b21fce2380fa6..b87c2ccee06b39196b1be67ea43cacbf8066e499 100644 (file)
@@ -564,7 +564,7 @@ err:
        return res;
 }
 
-static int __devexit i5k_amb_remove(struct platform_device *pdev)
+static int i5k_amb_remove(struct platform_device *pdev)
 {
        int i;
        struct i5k_amb_data *data = platform_get_drvdata(pdev);
This page took 0.026987 seconds and 5 git commands to generate.