X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsparc%2Famd7930.c;h=71221fd209445b55a09093986a7a330546277381;hb=88e88374ee4958786397a57f684de6f1fc5e0242;hp=574af56ba8a6fa6d4b690f4b2079ea459281712c;hpb=cc85906110e26fe8537c3bdbc08a74ae8110030b;p=pandora-kernel.git diff --git a/sound/sparc/amd7930.c b/sound/sparc/amd7930.c index 574af56ba8a6..71221fd20944 100644 --- a/sound/sparc/amd7930.c +++ b/sound/sparc/amd7930.c @@ -1065,8 +1065,11 @@ static const struct of_device_id amd7930_match[] = { }; static struct of_platform_driver amd7930_sbus_driver = { - .name = "audio", - .match_table = amd7930_match, + .driver = { + .name = "audio", + .owner = THIS_MODULE, + .of_match_table = amd7930_match, + }, .probe = amd7930_sbus_probe, };