From: Mark Brown Date: Tue, 3 Nov 2009 22:13:30 +0000 (+0000) Subject: ASoC: Staticise wm8727 driver structure X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=529697c5463d941445db18e9526e7fc76a18e503;p=linux-beck.git ASoC: Staticise wm8727 driver structure Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8727.c b/sound/soc/codecs/wm8727.c index b3b60dd7bc14..7df5a17eb733 100644 --- a/sound/soc/codecs/wm8727.c +++ b/sound/soc/codecs/wm8727.c @@ -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,