diff options
Diffstat (limited to 'sound/soc/fsl/p1022_rdk.c')
-rw-r--r-- | sound/soc/fsl/p1022_rdk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/p1022_rdk.c b/sound/soc/fsl/p1022_rdk.c index 897e32ffdc42..f21551911533 100644 --- a/sound/soc/fsl/p1022_rdk.c +++ b/sound/soc/fsl/p1022_rdk.c | |||
@@ -326,7 +326,7 @@ error_put: | |||
326 | * | 326 | * |
327 | * This function is called when the platform device is removed. | 327 | * This function is called when the platform device is removed. |
328 | */ | 328 | */ |
329 | static int __devexit p1022_rdk_remove(struct platform_device *pdev) | 329 | static int p1022_rdk_remove(struct platform_device *pdev) |
330 | { | 330 | { |
331 | struct snd_soc_card *card = platform_get_drvdata(pdev); | 331 | struct snd_soc_card *card = platform_get_drvdata(pdev); |
332 | struct machine_data *mdata = | 332 | struct machine_data *mdata = |
@@ -340,7 +340,7 @@ static int __devexit p1022_rdk_remove(struct platform_device *pdev) | |||
340 | 340 | ||
341 | static struct platform_driver p1022_rdk_driver = { | 341 | static struct platform_driver p1022_rdk_driver = { |
342 | .probe = p1022_rdk_probe, | 342 | .probe = p1022_rdk_probe, |
343 | .remove = __devexit_p(p1022_rdk_remove), | 343 | .remove = p1022_rdk_remove, |
344 | .driver = { | 344 | .driver = { |
345 | /* | 345 | /* |
346 | * The name must match 'compatible' property in the device tree, | 346 | * The name must match 'compatible' property in the device tree, |