diff options
-rw-r--r-- | sound/drivers/mts64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/mts64.c b/sound/drivers/mts64.c index f057d92fe86d..87ba1ddc0115 100644 --- a/sound/drivers/mts64.c +++ b/sound/drivers/mts64.c | |||
@@ -665,7 +665,7 @@ static int __devinit snd_mts64_ctl_create(struct snd_card *card, | |||
665 | struct mts64 *mts) | 665 | struct mts64 *mts) |
666 | { | 666 | { |
667 | int err, i; | 667 | int err, i; |
668 | static struct snd_kcontrol_new *control[] = { | 668 | static struct snd_kcontrol_new *control[] __devinitdata = { |
669 | &mts64_ctl_smpte_switch, | 669 | &mts64_ctl_smpte_switch, |
670 | &mts64_ctl_smpte_time_hours, | 670 | &mts64_ctl_smpte_time_hours, |
671 | &mts64_ctl_smpte_time_minutes, | 671 | &mts64_ctl_smpte_time_minutes, |