mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-03 15:07:18 -05:00
ASoC: Staticise wm8727 driver structure
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user