diff options
Diffstat (limited to 'sound/soc/samsung/i2s.c')
-rw-r--r-- | sound/soc/samsung/i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index c086b78539ee..0c9ac20d2223 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c | |||
@@ -1136,7 +1136,7 @@ static __devexit int samsung_i2s_remove(struct platform_device *pdev) | |||
1136 | 1136 | ||
1137 | static struct platform_driver samsung_i2s_driver = { | 1137 | static struct platform_driver samsung_i2s_driver = { |
1138 | .probe = samsung_i2s_probe, | 1138 | .probe = samsung_i2s_probe, |
1139 | .remove = samsung_i2s_remove, | 1139 | .remove = __devexit_p(samsung_i2s_remove), |
1140 | .driver = { | 1140 | .driver = { |
1141 | .name = "samsung-i2s", | 1141 | .name = "samsung-i2s", |
1142 | .owner = THIS_MODULE, | 1142 | .owner = THIS_MODULE, |