Skip to content

Commit

Permalink
ASoC: Staticise wm8727 driver structure
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 3, 2009
1 parent b3f5a27 commit 529697c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8727.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static int __devexit wm8727_platform_remove(struct platform_device *pdev)
return 0;
}

struct platform_driver wm8727_codec_driver = {
static struct platform_driver wm8727_codec_driver = {
.driver = {
.name = "wm8727-codec",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 529697c

Please sign in to comment.