mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
ASoC: Staticise wm8727 driver structure
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
b3f5a272a3
commit
529697c546
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user