thinkpad_acpi: Mark volume_alsa_control_{vol,mute} as __initdata
authorMathias Krause <minipli@googlemail.com>
Wed, 16 Jul 2014 17:43:17 +0000 (19:43 +0200)
committerMatthew Garrett <matthew.garrett@nebula.com>
Sat, 16 Aug 2014 08:23:53 +0000 (01:23 -0700)
commitc3aa47239d9877a938ed59d3acae01f84ae6c943
treedb36d97cd6837c1c6d32e04be23ebf7375d870a4
parentfbe9b79f8c574de1dfbd9eb933f4065af8738357
thinkpad_acpi: Mark volume_alsa_control_{vol,mute} as __initdata

Mark volume_alsa_control_vol and volume_alsa_control_mute as __initdata,
as snd_ctl_new1() will copy the relevant parts, so there is no need to
keep the master copies around after initialization.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/thinkpad_acpi.c