mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
ASoC: Staticise wm8727 driver structure
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
b3f5a272a3
commit
529697c546
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ static int __devexit wm8727_platform_remove(struct platform_device *pdev)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct platform_driver wm8727_codec_driver = {
|
static struct platform_driver wm8727_codec_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "wm8727-codec",
|
.name = "wm8727-codec",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
|
|
Loading…
Reference in a new issue