|
@@ -229,7 +229,7 @@ out_err:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-static int __devexit bbc_remove(struct platform_device *op)
|
|
|
+static int bbc_remove(struct platform_device *op)
|
|
|
{
|
|
|
struct sparcspkr_state *state = dev_get_drvdata(&op->dev);
|
|
|
struct input_dev *input_dev = state->input_dev;
|
|
@@ -310,7 +310,7 @@ out_err:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-static int __devexit grover_remove(struct platform_device *op)
|
|
|
+static int grover_remove(struct platform_device *op)
|
|
|
{
|
|
|
struct sparcspkr_state *state = dev_get_drvdata(&op->dev);
|
|
|
struct grover_beep_info *info = &state->u.grover;
|