aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/ppc/powermac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/ppc/powermac.c b/sound/ppc/powermac.c
index 350a7c8f86dd..33c6be9fb388 100644
--- a/sound/ppc/powermac.c
+++ b/sound/ppc/powermac.c
@@ -168,7 +168,6 @@ static struct platform_driver snd_pmac_driver = {
168 .remove = snd_pmac_remove, 168 .remove = snd_pmac_remove,
169 .driver = { 169 .driver = {
170 .name = SND_PMAC_DRIVER, 170 .name = SND_PMAC_DRIVER,
171 .owner = THIS_MODULE,
172 .pm = SND_PMAC_PM_OPS, 171 .pm = SND_PMAC_PM_OPS,
173 }, 172 },
174}; 173};