diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-07 06:41:56 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-12-07 06:41:56 (GMT) |
commit | 6a0f56a784cd8b08d5c438c11cfa659472b29113 (patch) | |
tree | 76f2f4a393fc9f4b4804d451daf9f0988e7a4ac9 /sound/pci/hda/hda_hwdep.c | |
parent | 48c8b0eb6d8265e639a800a9b62d704812e191d8 (diff) | |
download | linux-6a0f56a784cd8b08d5c438c11cfa659472b29113.tar.xz |
ALSA: Remove the rest of __devinit* in comments
Remove the leftover __devinit* in comments.
They have been commented out because they couldn't fit with __dev*
although they should have matched.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 1af86d4..a5c9411 100644 --- a/sound/pci/hda/hda_hwdep.c +++ b/sound/pci/hda/hda_hwdep.c @@ -125,7 +125,7 @@ static void hwdep_free(struct snd_hwdep *hwdep) clear_hwdep_elements(hwdep->private_data); } -int /*__devinit*/ snd_hda_create_hwdep(struct hda_codec *codec) +int snd_hda_create_hwdep(struct hda_codec *codec) { char hwname[16]; struct snd_hwdep *hwdep; |