diff options
Diffstat (limited to 'sound/pci/hda/hda_hwdep.c')
-rw-r--r-- | sound/pci/hda/hda_hwdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_hwdep.c b/sound/pci/hda/hda_hwdep.c index 173af489322f..300ab407cf42 100644 --- a/sound/pci/hda/hda_hwdep.c +++ b/sound/pci/hda/hda_hwdep.c | |||
@@ -116,7 +116,7 @@ static void hwdep_free(struct snd_hwdep *hwdep) | |||
116 | clear_hwdep_elements(hwdep->private_data); | 116 | clear_hwdep_elements(hwdep->private_data); |
117 | } | 117 | } |
118 | 118 | ||
119 | int __devinit snd_hda_create_hwdep(struct hda_codec *codec) | 119 | int /*__devinit*/ snd_hda_create_hwdep(struct hda_codec *codec) |
120 | { | 120 | { |
121 | char hwname[16]; | 121 | char hwname[16]; |
122 | struct snd_hwdep *hwdep; | 122 | struct snd_hwdep *hwdep; |