diff --git a/[refs] b/[refs] index 2ffc8053e71b..f51195505a4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 747c6016ced692db18d7e849e8cbdc523fba0874 +refs/heads/master: e7d7c2e28890e1b3944246af1a668b6da91ab411 diff --git a/trunk/sound/drivers/mts64.c b/trunk/sound/drivers/mts64.c index f057d92fe86d..87ba1ddc0115 100644 --- a/trunk/sound/drivers/mts64.c +++ b/trunk/sound/drivers/mts64.c @@ -665,7 +665,7 @@ static int __devinit snd_mts64_ctl_create(struct snd_card *card, struct mts64 *mts) { int err, i; - static struct snd_kcontrol_new *control[] = { + static struct snd_kcontrol_new *control[] __devinitdata = { &mts64_ctl_smpte_switch, &mts64_ctl_smpte_time_hours, &mts64_ctl_smpte_time_minutes,