X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=sound%2Fsoc%2Fsamsung%2Fi2s.c;h=bff42bf370b9c8849874db4792150fad27328010;hb=da155d5b40587815a4397e1a69382fe2366d940b;hp=c086b78539ee5075f14b76d99089e4abb7f0abf1;hpb=275d38585c742acdd6b8ab20f2588552f04c5d31;p=mirror_ubuntu-bionic-kernel.git diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index c086b78539ee..bff42bf370b9 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include @@ -1136,7 +1137,7 @@ static __devexit int samsung_i2s_remove(struct platform_device *pdev) static struct platform_driver samsung_i2s_driver = { .probe = samsung_i2s_probe, - .remove = samsung_i2s_remove, + .remove = __devexit_p(samsung_i2s_remove), .driver = { .name = "samsung-i2s", .owner = THIS_MODULE,