Skip to content

Commit

Permalink
ALSA: sparc: amd7930: Fix module autoload for OF platform driver
Browse files Browse the repository at this point in the history
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
luisbg authored and tiwai committed Sep 4, 2015
1 parent 1adecc6 commit 86bfbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/sparc/amd7930.c
Original file line number Diff line number Diff line change
@@ -1064,6 +1064,7 @@ static const struct of_device_id amd7930_match[] = {
},
{},
};
MODULE_DEVICE_TABLE(of, amd7930_match);

static struct platform_driver amd7930_sbus_driver = {
.driver = {

0 comments on commit 86bfbc1

Please sign in to comment.