Commit 529697c5 authored by Mark Brown's avatar Mark Brown

ASoC: Staticise wm8727 driver structure

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent b3f5a272
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment